Skip to content

Commit ec75eca

Browse files
committed
Remove 'v' prefix in release tag
1 parent 8134acd commit ec75eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
version=${BASE_REF#rc/}
5757
echo "Finalizing release v$version"
5858
59-
gh release edit "v$version" --tag v$version
59+
gh release edit "$version" --tag v$version

0 commit comments

Comments
 (0)