Skip to content

Commit

Permalink
ci(release): disable husky during release
Browse files Browse the repository at this point in the history
Refs #838
  • Loading branch information
char0n committed Oct 29, 2021
1 parent d2ee9a1 commit 4568932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
HUSKY: 0 # disabled husky and lint staged; https://typicode.github.io/husky/#/?id=with-env-variables

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4568932

Please sign in to comment.