mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
parent
4f1a617bf5
commit
990a4fcfa6
12
.github/release-please/config.json
vendored
12
.github/release-please/config.json
vendored
@ -5,7 +5,17 @@
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"plugins": [
|
||||
{
|
||||
"type": "cargo-workspace"
|
||||
"type": "cargo-workspace",
|
||||
"merge": false
|
||||
},
|
||||
{
|
||||
"type": "linked-versions",
|
||||
"groupName": "air-interpreter",
|
||||
"components": [
|
||||
"air",
|
||||
"air-interpreter",
|
||||
"avm-client"
|
||||
]
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -163,12 +163,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Install wasm-pack
|
||||
uses: jetli/wasm-pack-action@v0.4.0
|
||||
|
||||
- name: Download air-interpreter-wasm artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user