Skip to content

Commit dddeed2

Browse files
authored
add github token for semantic versioning
1 parent 69b4f25 commit dddeed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
- name: Release
3131
env:
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
GH_TOKEN: ${{secrets.GH_TOKEN}}
3334
run: npx semantic-release

0 commit comments

Comments
 (0)