fix publishing (#97)

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

View File

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