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 b2a3dfc commit 030d4b9Copy full SHA for 030d4b9
.github/workflows/release-on-push-to-mainline.yml
@@ -60,11 +60,9 @@ jobs:
60
with:
61
node-version: 20.x
62
- name: Install
63
- # Without --ignore-scripts we get "footer's lines must not be longer than 100 characters [footer-max-line-length]"
64
- # on the release step
65
- run: npm ci --ignore-scripts
+ run: npm ci
66
- name: Release
67
- run: npm run release
+ run: HUSKY_SKIP_HOOKS=1 npm run release
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments