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 af41747 commit 6b9638aCopy full SHA for 6b9638a
.github/workflows/release-please.yml
@@ -41,4 +41,5 @@ jobs:
41
with:
42
node-version: lts/*
43
registry-url: 'https://registry.npmjs.org'
44
+ - run: npm install npm@11 -g # Use npm@11 to publish with OIDC
45
- run: npm publish --provenance --access public
0 commit comments