Skip to content

Commit c90f185

Browse files
authored
Change to github.ref_name for latest flag (#472)
1 parent f07df2d commit c90f185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: |-
2525
git config user.name github-actions
2626
git config user.email github-actions@github.com
27-
git tag --force ${{ env.TAG_NAME }} ${{ github.sha }}
27+
git tag --force ${{ env.TAG_NAME }} ${{ github.ref_name }}
2828
git push origin ${{ env.TAG_NAME }} --force

0 commit comments

Comments
 (0)