Skip to content

Commit 030d4b9

Browse files
committed
ci: add HUSKY_SKIP_HOOKS=1
1 parent b2a3dfc commit 030d4b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ jobs:
6060
with:
6161
node-version: 20.x
6262
- 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
63+
run: npm ci
6664
- name: Release
67-
run: npm run release
65+
run: HUSKY_SKIP_HOOKS=1 npm run release
6866
env:
6967
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7068
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)