We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13862df commit b7d8547Copy full SHA for b7d8547
1 file changed
.github/workflows/create-release.yml
@@ -124,5 +124,5 @@ jobs:
124
git config user.name "github-actions[bot]"
125
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
126
127
- git tag -f latest "$RELEASE_TAG"
+ git tag -f latest "$GITHUB_SHA"
128
git push origin latest --force
0 commit comments