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 957be54 commit 4ff6845Copy full SHA for 4ff6845
.github/workflows/release.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: NPM Publish
39
run: npm run release:${{ github.event.inputs.version_scale }}
40
env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments