Skip to content

Commit 1d9b8b0

Browse files
committed
fix(ci): disable pre-commit hook download from version bump
1 parent 967dab8 commit 1d9b8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
HAS_CHANGE=$(git status --porcelain)
111111
test -z "${HAS_CHANGE}" && echo "Nothing to update" && exit 0
112112
git add pyproject.toml
113-
git commit -m "bump version to ${RELEASE_VERSION}"
113+
git commit -m "bump version to ${RELEASE_VERSION}" --no-verify
114114
git pull origin "${BRANCH}" # prevents concurrent branch update failing push
115115
git push origin HEAD:refs/heads/"${BRANCH}"
116116

0 commit comments

Comments
 (0)