Skip to content

Commit

Permalink
fix(ci): disable husky pre-push check during releases
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Aug 22, 2024
1 parent 513df48 commit 106da45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
env:
DRY_RUN_ARG: ${{ inputs.dryRun && '--dry-run' || '' }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: '0'

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
env:
DRY_RUN_ARG: ${{ inputs.dryRun && '--dry-run' || '' }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: '0'

jobs:
release:
Expand Down

0 comments on commit 106da45

Please sign in to comment.