Skip to content

Commit 4ff6845

Browse files
authored
Update release.yml
1 parent 957be54 commit 4ff6845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: NPM Publish
3939
run: npm run release:${{ github.event.inputs.version_scale }}
4040
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)