We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ef010 commit 810bbe6Copy full SHA for 810bbe6
.github/workflows/publish.yml
@@ -18,14 +18,16 @@ jobs:
18
name: Publish
19
runs-on: ubuntu-24.04-arm
20
permissions:
21
- contents: read
+ contents: write
22
id-token: write
23
steps:
24
- name: Setup node@24
25
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
26
with:
27
node-version: 24
28
registry-url: "https://registry.npmjs.org"
29
+ - name: Install latest npm
30
+ run: npm install -g npm@latest
31
- name: Install pnpm
32
run: npm install -g pnpm
33
- name: Checkout repository
@@ -50,6 +52,3 @@ jobs:
50
52
else
51
53
echo "Not a release, skipping publish"
54
fi
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
- NPM_CONFIG_PROVENANCE: true
0 commit comments