We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-please.yml
1 parent 90233bd commit ca36333Copy full SHA for ca36333
1 file changed
.github/workflows/release-please.yml
@@ -33,5 +33,7 @@ jobs:
33
- uses: actions/setup-node@v4
34
with:
35
node-version-file: 'package.json'
36
+ # Install latest npm cli so we can publish via OIDC
37
+ - run: npm install -g npm@latest
38
- run: npm install
39
- run: npm publish --access public
0 commit comments