Skip to content

Commit b369c93

Browse files
committed
Fix tag resolution
1 parent 0d9a0bc commit b369c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
env:
6969
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
run: |
71+
TAG="${{ github.event.inputs.tag }}"
7172
COMMIT_SHA=$(git rev-parse "$TAG")
7273
7374
while ; do

0 commit comments

Comments
 (0)