Skip to content

Commit 6b9638a

Browse files
authored
chore(release): use npm@11 for OIDC publishing (#3202)
OIDC is only supported in npm >=11.5.1. Fixes #3201
1 parent af41747 commit 6b9638a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
with:
4242
node-version: lts/*
4343
registry-url: 'https://registry.npmjs.org'
44+
- run: npm install npm@11 -g # Use npm@11 to publish with OIDC
4445
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)