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 0ef995e commit f0e4ed0Copy full SHA for f0e4ed0
.github/workflows/release.yaml
@@ -16,10 +16,9 @@ jobs:
16
- uses: actions/setup-node@v4
17
with:
18
node-version: '20.x'
19
- registry-url: 'https://registry.npmjs.org'
20
- - run: npm publish --provenance --access public
21
- env:
22
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - uses: JS-DevTools/npm-publish@v3
+ with:
+ token: ${{ secrets.NPM_TOKEN }}
23
24
github:
25
runs-on: ubuntu-latest
@@ -31,7 +30,7 @@ jobs:
31
30
32
33
34
- registry-url: 'https://npm.pkg.github.com'
35
token: ${{ secrets.GITHUB_TOKEN }}
36
- scope: '@joshraphael'
37
- - run: npm publish --access public
+ registry: "https://npm.pkg.github.com"
0 commit comments