Skip to content

Commit 06a4f65

Browse files
committed
wrong variable
1 parent 7e3ffe5 commit 06a4f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
- name: Publish to NPM
7979
run: npm publish --registry=https://registry.npmjs.org
8080
env:
81-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
81+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8282

8383
- name: Publish to GitHub Packages
8484
run: npm publish --registry=https://npm.pkg.github.com
8585
env:
86-
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Create GitHub Release
8989
uses: actions/create-release@v1

0 commit comments

Comments
 (0)