Skip to content

Commit 100825f

Browse files
Fix GitHub token issue
1 parent 0513a2b commit 100825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Create Release
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
run: |
2828
yarn release

0 commit comments

Comments
 (0)