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 fad5029 commit 6cf7adbCopy full SHA for 6cf7adb
.github/workflows/release-please.yml
@@ -39,7 +39,6 @@ jobs:
39
with:
40
node-version: lts/*
41
registry-url: 'https://registry.npmjs.org'
42
+ - run: npm i npm@latest -g
43
- run: npm ci
44
- run: npm publish --provenance --access public
- env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments