Skip to content

Commit b7d8547

Browse files
committed
fix main cicd
1 parent 13862df commit b7d8547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ jobs:
124124
git config user.name "github-actions[bot]"
125125
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
126126
127-
git tag -f latest "$RELEASE_TAG"
127+
git tag -f latest "$GITHUB_SHA"
128128
git push origin latest --force

0 commit comments

Comments
 (0)