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 de7e978 commit b2a538eCopy full SHA for b2a538e
1 file changed
.github/workflows/publish.yml
@@ -25,9 +25,5 @@ jobs:
25
env:
26
GITHUB_REF_NAME: ${{ github.ref_name }}
27
- run: npm run verify
28
- - name: Publish with npm provenance
29
- run: |
30
- [ -n "$NPM_TOKEN" ] && npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
31
- npm publish --access public --provenance
32
- env:
33
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - name: Publish with npm trusted publishing
+ run: npm publish --access public
0 commit comments