mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
Fix publishing CI (#101)
This commit is contained in:
parent
2ac0304d3e
commit
e973d5ba56
4
.github/workflows/publish_interpreter.yml
vendored
4
.github/workflows/publish_interpreter.yml
vendored
@ -57,6 +57,8 @@ jobs:
|
||||
|
||||
- name: Get versions from npm & crates.io, and take the highest one
|
||||
run: |
|
||||
set -x
|
||||
|
||||
# install semver and add it to PATH
|
||||
yarn global add semver
|
||||
PATH="$(yarn global bin):$PATH"
|
||||
@ -64,7 +66,7 @@ jobs:
|
||||
# JQ version regex pattern
|
||||
PAT="\\\\d+.\\\\d+.\\\\d+"
|
||||
|
||||
INTERPRETER_CARGO_TOML="interpreter/Cargo.toml"
|
||||
INTERPRETER_CARGO_TOML="air-interpreter/Cargo.toml"
|
||||
CARGO_TOML="crates/air-interpreter-wasm/Cargo.toml"
|
||||
PACKAGE_JSON="avm/client/package.json"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user