We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edbab7 commit bf1e022Copy full SHA for bf1e022
1 file changed
.github/workflows/main.yml
@@ -59,10 +59,12 @@ jobs:
59
with:
60
node-version: 24
61
cache: npm
62
- registry-url: 'https://registry.npmjs.org'
63
64
- run: npm ci
65
+ - name: Ensure npm CLI supports OIDC trusted publishing
66
+ run: npm install -g npm@11.5.1
67
+
68
- name: Determine npm tag
69
id: npm-tag
70
run: |
@@ -85,5 +87,3 @@ jobs:
85
87
fi
86
88
89
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments