Skip to content

Commit

Permalink
ci: add HUSKY_SKIP_HOOKS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 22, 2023
1 parent b2a3dfc commit 030d4b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ jobs:
with:
node-version: 20.x
- name: Install
# Without --ignore-scripts we get "footer's lines must not be longer than 100 characters [footer-max-line-length]"
# on the release step
run: npm ci --ignore-scripts
run: npm ci
- name: Release
run: npm run release
run: HUSKY_SKIP_HOOKS=1 npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 030d4b9

Please sign in to comment.