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 d46edab commit 66c17beCopy full SHA for 66c17be
.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
@@ -31,6 +35,5 @@ jobs:
31
35
with:
32
36
node-version: lts/*
33
37
registry-url: 'https://registry.npmjs.org'
38
+ - run: npm install -g npm@11
34
39
- run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments