We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa02a5 commit 3c65340Copy full SHA for 3c65340
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types: [created]
6
7
+permissions:
8
+ id-token: write # required for publishing
9
+
10
jobs:
11
test:
12
runs-on: ubuntu-22.04
@@ -27,7 +30,6 @@ jobs:
27
30
with:
28
31
node-version: 22
29
32
registry-url: https://registry.npmjs.org/
33
+ - run: npm install -g yarn@latest
34
- run: yarn
35
- run: yarn publish
- env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments