1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-03-16 04:50:49 +00:00

fix publishing ()

This commit is contained in:
Aleksey Proshutisnkiy 2021-04-30 17:03:02 +03:00 committed by GitHub
parent 2a408d4ee4
commit c4bdb2eddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,7 @@ jobs:
run: | run: |
PATH="~/.cargo/bin:$PATH" PATH="~/.cargo/bin:$PATH"
( (
cd interepreter cd interpreter
toml set Cargo.toml package.version "${{ env.FINAL_VERSION }}" | sponge Cargo.toml toml set Cargo.toml package.version "${{ env.FINAL_VERSION }}" | sponge Cargo.toml
) )
( (