chore(release-please): Sync air versions (#512)

Sync versions
This commit is contained in:
Anatolios Laskaris 2023-03-13 15:43:12 +02:00 committed by GitHub
parent 4f1a617bf5
commit 990a4fcfa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View File

@ -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": {

View File

@ -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: