diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e4854c8151..4779f74541 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -41,4 +41,5 @@ jobs: with: node-version: lts/* registry-url: 'https://registry.npmjs.org' + - run: npm install npm@11 -g # Use npm@11 to publish with OIDC - run: npm publish --provenance --access public