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 645f47f commit 34ce399Copy full SHA for 34ce399
2 files changed
.github/workflows/publish.yml
@@ -49,5 +49,5 @@ jobs:
49
run: |
50
npm version "${{ steps.release_version.outputs.version }}" --no-git-tag-version
51
52
- - name: Publish to npm
53
- run: npm publish --access public --provenance --registry https://registry.npmjs.org/
+ - name: Publish to npm (Trusted Publishing)
+ run: npm publish --access public --provenance
.npmrc
0 commit comments