Skip to content

Commit 212d252

Browse files
committed
Fix github token
1 parent 488b8a7 commit 212d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: release
4141
env:
4242
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: npx semantic-release --branches master

0 commit comments

Comments
 (0)