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.
2 parents 4c50c4d + 1099ebb commit d2d12d3Copy full SHA for d2d12d3
.github/workflows/release-automated.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: npx semantic-release
31
env:
32
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
- name: Determine tag on current commit
36
id: tag
0 commit comments