We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488b8a7 commit 212d252Copy full SHA for 212d252
.github/workflows/publish.yaml
@@ -40,5 +40,5 @@ jobs:
40
- name: release
41
env:
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: npx semantic-release --branches master
0 commit comments