We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b3d5 commit dafb1feCopy full SHA for dafb1fe
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: Release
2
3
permissions:
4
+ id-token: write
5
contents: write
6
7
on:
@@ -33,6 +34,6 @@ jobs:
33
34
run: pnpm run dev:prepare
35
36
- name: Publish to npm
- run: npm publish --access public
37
+ run: npm install -g npm@latest && npm publish --access public
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments