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 7243dca commit 0a2e863Copy full SHA for 0a2e863
.github/workflows/release.yml
@@ -34,6 +34,9 @@ jobs:
34
cache: 'pnpm'
35
registry-url: 'https://registry.npmjs.org/'
36
37
+ - name: 📦 Update npm to latest (required for trusted publishing)
38
+ run: npm install -g npm@latest
39
+
40
- name: 📦 Install dependencies
41
run: pnpm install --frozen-lockfile
42
@@ -55,4 +58,4 @@ jobs:
55
58
createGithubReleases: true
56
59
env:
57
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61
+ NPM_CONFIG_PROVENANCE: true
0 commit comments