We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1708b70 commit 6d978d7Copy full SHA for 6d978d7
1 file changed
.github/workflows/npm.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [created]
6
7
+permissions:
8
+ id-token: write
9
+ contents: read
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -12,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v4
17
with:
14
18
node-version: 20
19
+ - run: npm install -g npm@latest
15
20
- run: npm ci
21
- run: npm test
22
@@ -26,5 +31,3 @@ jobs:
26
31
registry-url: https://registry.npmjs.org/
27
32
28
33
- run: npm publish
29
- env:
30
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments