Skip to content

Commit bfc9223

Browse files
authored
Merge pull request #570 from ForgeRock/fix/disable-lefthook-in-ci
fix(ci): disable lefthook in publish workflow
2 parents 7a45452 + 6c8d395 commit bfc9223

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
pull-requests: write
4141
id-token: write
4242
runs-on: ubuntu-latest
43+
env:
44+
LEFTHOOK: 0
4345
steps:
4446
- uses: actions/checkout@v4
4547
with:
@@ -101,7 +103,7 @@ jobs:
101103
pull-requests: write
102104
runs-on: ubuntu-latest
103105
env:
104-
HUSKY: 0
106+
LEFTHOOK: 0
105107
steps:
106108
- name: Branch name
107109
run: |

0 commit comments

Comments
 (0)