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 5e096f2 commit 99032c3Copy full SHA for 99032c3
.github/workflows/release-please.yml
@@ -46,9 +46,11 @@ jobs:
46
node-version: lts/*
47
registry-url: https://registry.npmjs.org
48
49
+ # npm 11.5.1 or later is required so update to latest to be sure
50
+ - name: Update npm
51
+ run: npm install -g npm@latest
52
+
53
- name: Publish to NPM
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54
run: npm publish --access public --provenance
55
56
# Tweets out release announcement
0 commit comments