Skip to content

Commit aca489b

Browse files
committed
Fix: Update workflow to use NPMTOKEN secret name
1 parent 66a9de8 commit aca489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish to NPM
4646
run: npm publish --access public
4747
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
4949

5050
- name: Create GitHub Release
5151
uses: actions/create-release@v1

0 commit comments

Comments
 (0)