We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d274fb4 commit 766c753Copy full SHA for 766c753
1 file changed
.github/workflows/release.yml
@@ -43,6 +43,9 @@ jobs:
43
44
runs-on: ubuntu-latest
45
46
+ permissions:
47
+ id-token: write
48
+
49
env:
50
NODE_ENV: production
51
@@ -53,6 +56,7 @@ jobs:
53
56
- name: Setup node
54
57
uses: actions/setup-node@v6
55
58
with:
59
+ node-version: lts
60
registry-url: 'https://registry.npmjs.org'
61
62
- name: Install Dependencies
@@ -68,5 +72,3 @@ jobs:
68
72
69
73
- name: Publish
70
74
run: npm publish
71
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments