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 911c971 commit 7d1cd9aCopy full SHA for 7d1cd9a
.github/workflows/release.yml
@@ -126,10 +126,9 @@ jobs:
126
continue-on-error: true
127
- name: Publish to npm with provenance
128
env:
129
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
130
- run: |
131
- cd dist/js
132
- npm publish --provenance --access public --tag latest
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_PROVENANCE: true
+ run: npx -p publib@latest publib-npm
133
- name: Extract Version
134
id: extract-version
135
if: ${{ failure() }}
0 commit comments