Skip to content

Commit 0bf4ac0

Browse files
committed
fix: fix create tags workflow
1 parent 5d32e75 commit 0bf4ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-create-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --local user.name "github-actions[bot]"
2727
2828
# Handle both pull request and push events
29-
COMMIT_HASH="${{ github.event.pull_request.head.sha || github.sha }}
29+
COMMIT_HASH="${{ github.event.pull_request.head.sha || github.sha }}"
3030
git checkout $COMMIT_HASH
3131
3232
# Parse JSON array of tags

0 commit comments

Comments
 (0)