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 2f1df15 commit cd52420Copy full SHA for cd52420
.github/workflows/release.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Release
28
env:
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: yarn semantic-release
0 commit comments