Skip to content

Commit ca36333

Browse files
authored
chore: Updated release-please.yml to install latest npm cli so we can do OIDC trusted publishing (#53)
1 parent 90233bd commit ca36333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version-file: 'package.json'
36+
# Install latest npm cli so we can publish via OIDC
37+
- run: npm install -g npm@latest
3638
- run: npm install
3739
- run: npm publish --access public

0 commit comments

Comments
 (0)