Skip to content

Commit

Permalink
Merge pull request #96 from a0v0/husky-erro-fix-on-i
Browse files Browse the repository at this point in the history
ci: disable husky on pnpm i
  • Loading branch information
a0v0 authored Aug 20, 2024
2 parents aef8b87 + 1b80d09 commit eda080a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Release

on:
workflow_run:
workflows: ["CI"]
types:
- completed
branches:
- main
push:
branches: [main]
# on:
# workflow_run:
# workflows: ["CI"]
# types:
# - completed
# branches:
# - main

jobs:
release:
Expand Down Expand Up @@ -50,7 +52,7 @@ jobs:
node-version: ${{ matrix.node_version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install i
run: HUSKY=0 pnpm i

- name: Release
env:
Expand Down

0 comments on commit eda080a

Please sign in to comment.