Skip to content

Commit 0e5bb74

Browse files
committed
try fixing tag name
1 parent cffd0ed commit 0e5bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3535

3636
- env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |
3939
gh release create \
4040
--target ${{ steps.vars.outputs.sha_short }} \

0 commit comments

Comments
 (0)