Skip to content

Commit 2048c34

Browse files
remove pre-push hook
1 parent 7bfeaf5 commit 2048c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26+
- name: Remove pre-push hook
27+
run: rm -f .git/hooks/pre-push
28+
2629
- uses: codfish/semantic-release-action@v3
2730
id: semantic
2831
with:

0 commit comments

Comments
 (0)