Skip to content

Commit 15ca680

Browse files
committed
Avoid appearing not to account for "v" in version matching
This way, real mismatches won't appear wrongly to be due to the "v" that is now accounted for.
1 parent 9027185 commit 15ca680

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
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
manifest_version="$(yq -r .package.version Cargo.toml)"
4343
echo "version to give the release: $VERSION"
44-
echo "version Cargo.toml declares: $manifest_version"
44+
echo "version Cargo.toml suggests: v$manifest_version"
4545
4646
case "$VERSION" in
4747
"v$manifest_version")

0 commit comments

Comments
 (0)