Skip to content

Commit c6a0dde

Browse files
committed
fix: updating github workflow
1 parent 3b1534a commit c6a0dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: npm run build
2222
- name: Release
2323
env:
24+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2425
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2526
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2627
run: npm run semantic-release

0 commit comments

Comments
 (0)