Skip to content

Commit

Permalink
Remove 'v' prefix in release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent c05089c commit 8ec8ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
version=${BASE_REF#rc/}
echo "Finalizing release v$version"
gh release edit "v$version" --tag v$version
gh release edit "$version" --tag v$version

0 comments on commit 8ec8ae8

Please sign in to comment.