We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82909b3 commit 9ceb81dCopy full SHA for 9ceb81d
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -19,13 +19,8 @@ jobs:
19
- uses: actions/setup-node@v3
20
with:
21
node-version: 16
22
- registry-url: https://npm.pkg.github.com/
+ registry-url: 'https://registry.npmjs.org'
23
- run: npm ci
24
- run: npm publish
25
env:
26
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
-
28
- - uses: actions/setup-node@v3
29
- with:
30
- node-version: 16
31
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments