We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1534a commit c6a0ddeCopy full SHA for c6a0dde
.github/workflows/release.yml
@@ -21,6 +21,7 @@ jobs:
21
- run: npm run build
22
- name: Release
23
env:
24
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
25
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27
run: npm run semantic-release
0 commit comments