Skip to content

Commit

Permalink
Account for "v" prefix in version matching
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Jul 31, 2024
1 parent 2390a47 commit 41b82f7
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 @@ -44,7 +44,7 @@ jobs:
echo "version Cargo.toml declares: $manifest_version"
case "$VERSION" in
"$manifest_version")
"v$manifest_version")
echo "OK: Version to give the relase agrees with top-level Cargo.toml."
;;
*)
Expand Down

0 comments on commit 41b82f7

Please sign in to comment.