Skip to content

Commit daf8afa

Browse files
committed
chore: skip husky on release task
1 parent dc37483 commit daf8afa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
- name: Release packages
153153
shell: bash
154154
env:
155+
# skip the git hooks
156+
HUSKY: 0
155157
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
156158
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
157159
run: npx nx affected --base=last-release --parallel=1 -t version --trackDeps

0 commit comments

Comments
 (0)