Skip to content

Commit

Permalink
chore: fix version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 18, 2023
1 parent 19c550b commit ff66a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
dfx identity use action
mops import-identity -- "$(dfx identity export action)"
mops publish
echo "version=v$(cat mops.toml | grep "version =" | cut -d\" -f2)" >> "$GITHUB_OUTPUT"
echo "version=$(cat mops.toml | grep "version =" | cut -d\" -f2)" >> "$GITHUB_OUTPUT"
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit ff66a5d

Please sign in to comment.