Skip to content

Commit

Permalink
ci(action): disable husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jan 9, 2025
1 parent 123fbe4 commit d6c5a40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

runs-on: ubuntu-latest

env:
HUSKY: 0

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down
3 changes: 3 additions & 0 deletions docs/examples/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

runs-on: ubuntu-latest

env:
HUSKY: 0

steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:eslint": "eslint . --ext .js",
"lint:prettier": "prettier ./**/*.{json,md,yml} --check",
"commitlint": "commitlint --edit",
"prepare": "husky"
"prepare": "husky || true"
},
"dependencies": {
"@semantic-release/error": "^4.0.0"
Expand Down

0 comments on commit d6c5a40

Please sign in to comment.