We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github.ref_name
latest
1 parent f07df2d commit c90f185Copy full SHA for c90f185
.github/workflows/release.yaml
@@ -24,5 +24,5 @@ jobs:
24
run: |-
25
git config user.name github-actions
26
git config user.email github-actions@github.com
27
- git tag --force ${{ env.TAG_NAME }} ${{ github.sha }}
+ git tag --force ${{ env.TAG_NAME }} ${{ github.ref_name }}
28
git push origin ${{ env.TAG_NAME }} --force
0 commit comments