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 40f7829 commit 87d1b60Copy full SHA for 87d1b60
1 file changed
.github/workflows/publish.yml
@@ -25,10 +25,11 @@ jobs:
25
- uses: actions/setup-node@v4
26
with:
27
node-version-file: .nvmrc
28
+ registry-url: 'https://registry.npmjs.org'
29
- run: npm ci
30
- run: npm audit signatures
31
- run: npm run build
32
- env:
33
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34
+ NPM_CONFIG_PROVENANCE: true
35
run: npm run release
0 commit comments