Skip to content

Commit b60601b

Browse files
committed
Update CI files
1 parent 3c9d46a commit b60601b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ towncrier build --yes --version "${NEW_VERSION}"
2424
bump-my-version bump release --commit --message "Release {new_version}" --tag --tag-name "{new_version}" --tag-message "Release {new_version}" --allow-dirty
2525
bump-my-version bump patch --commit
2626

27-
git push origin "${BRANCH}" "${NEW_VERSION}"
27+
# Git push is not atomic by default!
28+
git push --atomic origin "${BRANCH}" "${NEW_VERSION}"

0 commit comments

Comments
 (0)