Skip to content

Commit 9027185

Browse files
committed
Account for "v" prefix in version matching
1 parent 663f659 commit 9027185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "version Cargo.toml declares: $manifest_version"
4545
4646
case "$VERSION" in
47-
"$manifest_version")
47+
"v$manifest_version")
4848
echo "OK: Version to give the relase agrees with top-level Cargo.toml."
4949
;;
5050
*)

0 commit comments

Comments
 (0)