Skip to content

Commit

Permalink
chore: skip husky on release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 18, 2024
1 parent dc37483 commit daf8afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
- name: Release packages
shell: bash
env:
# skip the git hooks
HUSKY: 0
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
run: npx nx affected --base=last-release --parallel=1 -t version --trackDeps
Expand Down

0 comments on commit daf8afa

Please sign in to comment.