Skip to content

Commit d2e4363

Browse files
committed
ci: add HUSKY: 0
1 parent 030d4b9 commit d2e4363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CICD
2-
32
on:
43
push:
54
branches: [mainline]
65
pull_request:
7-
6+
env:
7+
HUSKY: 0
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install
6363
run: npm ci
6464
- name: Release
65-
run: HUSKY_SKIP_HOOKS=1 npm run release
65+
run: npm run release
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)