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 b65e01b commit e9007adCopy full SHA for e9007ad
.github/workflows/release-please.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
workflow_dispatch:
8
9
+permissions:
10
+ id-token: write # Required for OIDC
11
+ contents: read
12
+
13
jobs:
14
release-please:
15
runs-on: ubuntu-latest
@@ -42,8 +46,6 @@ jobs:
42
46
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
47
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
44
48
with:
45
- node-version: lts/*
49
+ node-version: 24 # npm >= 11.5.1
50
registry-url: 'https://registry.npmjs.org'
51
- run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments