Skip to content

Commit 4e5f74a

Browse files
christinewangcwtkucar
authored andcommitted
fix: remove pre-push hook on auto release (#390)
1 parent d863ad3 commit 4e5f74a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
lfs: true
24+
25+
# TODO: clean-up once we remove LFS
26+
- name: Remove pre-push hook
27+
run: rm -f .git/hooks/pre-push
2528

2629
- uses: codfish/semantic-release-action@v3
2730
id: semantic

0 commit comments

Comments
 (0)