We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967dab8 commit 1d9b8b0Copy full SHA for 1d9b8b0
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
HAS_CHANGE=$(git status --porcelain)
111
test -z "${HAS_CHANGE}" && echo "Nothing to update" && exit 0
112
git add pyproject.toml
113
- git commit -m "bump version to ${RELEASE_VERSION}"
+ git commit -m "bump version to ${RELEASE_VERSION}" --no-verify
114
git pull origin "${BRANCH}" # prevents concurrent branch update failing push
115
git push origin HEAD:refs/heads/"${BRANCH}"
116
0 commit comments