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 3309b29 commit 9c5bb5bCopy full SHA for 9c5bb5b
.github/workflows/release-please.yml
@@ -37,9 +37,8 @@ jobs:
37
registry-url: https://registry.npmjs.org
38
if: ${{ steps.release.outputs.release_created }}
39
- run: |
40
+ npm install -g npm@latest # npm 11.5.1 or later is required so update to latest to be sure
41
npm install --force
42
npm run build
43
npm publish --provenance
- env:
44
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45
0 commit comments