Skip to content

Commit

Permalink
fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed May 6, 2023
1 parent 53d80b8 commit b43d18b
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 @@ -19,7 +19,7 @@ jobs:
https://mckayla.cloud/tomlq-linux-x64.tar.gz
- run: |
if [ "v$(tomlq version -f Cargo.toml)" == "${{ github.ref_name }}" ]; then
if [ "v$(tomlq package.version -f Cargo.toml)" == "${{ github.ref_name }}" ]; then
exit 0
fi
Expand Down

0 comments on commit b43d18b

Please sign in to comment.