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 8af9c86 commit d27b585Copy full SHA for d27b585
.github/workflows/release-please.yml
@@ -25,10 +25,9 @@ jobs:
25
registry-url: https://registry.npmjs.org
26
if: ${{ steps.release.outputs.release_created }}
27
- run: |
28
+ npm install -g npm@latest # npm 11.5.1 or later is required so update to latest to be sure
29
npm install
30
npm publish --provenance
- env:
31
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
33
# - run: 'npx @humanwhocodes/tweet "espree ${{ steps.release.outputs.tag_name }} has been released: ${{ steps.release.outputs.html_url }}"'
34
# if: ${{ steps.release.outputs.release_created }}
0 commit comments