We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026dc45 commit 76c09faCopy full SHA for 76c09fa
.github/workflows/release.yml
@@ -24,5 +24,5 @@ jobs:
24
25
- name: Run semantic-release
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- run: npm run release
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
+ run: npm run release
0 commit comments