We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a34d commit af6665fCopy full SHA for af6665f
1 file changed
.github/workflows/release.yml
@@ -63,9 +63,7 @@ jobs:
63
64
- name: Publish to npm
65
if: ${{ github.event.inputs.skip_npm != 'true' }}
66
- # Uses Trusted Publishing via OIDC - no token needed
67
- # Configure at: npmjs.com → Package Settings → Publishing access → Trusted publishers
68
- run: pnpm publish --provenance --access public --no-git-checks
+ run: npm publish --provenance --access public --no-git-checks
69
70
- name: Index and prepare mappings
71
env:
0 commit comments