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 a008215Copy full SHA for a008215
.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
@@ -44,6 +48,5 @@ jobs:
44
48
with:
45
49
node-version: lts/*
46
50
registry-url: 'https://registry.npmjs.org'
51
+ - run: npm install -g npm@11
47
52
- run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments