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 7e3ffe5 commit 06a4f65Copy full SHA for 06a4f65
.github/workflows/publish.yml
@@ -78,12 +78,12 @@ jobs:
78
- name: Publish to NPM
79
run: npm publish --registry=https://registry.npmjs.org
80
env:
81
- NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82
83
- name: Publish to GitHub Packages
84
run: npm publish --registry=https://npm.pkg.github.com
85
86
- NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
88
- name: Create GitHub Release
89
uses: actions/create-release@v1
0 commit comments