Skip to content

Commit

Permalink
fix publishing (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored Apr 30, 2021
1 parent 2a408d4 commit c4bdb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
(
Expand Down

0 comments on commit c4bdb2e

Please sign in to comment.