Skip to content

Commit

Permalink
Avoid appearing not to account for "v" in version matching
Browse files Browse the repository at this point in the history
This way, real mismatches won't appear wrongly to be due to the "v"
that is now accounted for.
  • Loading branch information
EliahKagan committed Jul 31, 2024
1 parent 41b82f7 commit a7e40fb
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 @@ -41,7 +41,7 @@ jobs:
run: |
manifest_version="$(yq -r .package.version Cargo.toml)"
echo "version to give the release: $VERSION"
echo "version Cargo.toml declares: $manifest_version"
echo "version Cargo.toml suggests: v$manifest_version"
case "$VERSION" in
"v$manifest_version")
Expand Down

0 comments on commit a7e40fb

Please sign in to comment.