We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9abf68 commit 24e0de9Copy full SHA for 24e0de9
.github/workflows/release.yml
@@ -29,9 +29,11 @@ jobs:
29
uses: actions/setup-node@v4
30
with:
31
node-version: 22
32
- registry-url: https://registry.npmjs.org
33
cache: npm
34
+ - name: Upgrade npm CLI for Trusted Publishing
35
+ run: npm install -g npm@latest
36
+
37
- name: Install dependencies
38
run: npm ci
39
@@ -44,7 +46,5 @@ jobs:
44
46
- name: Release
45
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49
NPM_CONFIG_PROVENANCE: true
50
run: npx semantic-release
0 commit comments