From b6d46e77a1ba67e58256f93de9b1764b7bb4a00e Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 12 Apr 2026 03:41:26 +0000 Subject: [PATCH] Update CI files --- .github/workflows/scripts/release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts/release.sh b/.github/workflows/scripts/release.sh index a08353cd..40bbcb19 100755 --- a/.github/workflows/scripts/release.sh +++ b/.github/workflows/scripts/release.sh @@ -24,4 +24,5 @@ towncrier build --yes --version "${NEW_VERSION}" bump-my-version bump release --commit --message "Release {new_version}" --tag --tag-name "{new_version}" --tag-message "Release {new_version}" --allow-dirty bump-my-version bump patch --commit -git push origin "${BRANCH}" "${NEW_VERSION}" +# Git push is not atomic by default! +git push --atomic origin "${BRANCH}" "${NEW_VERSION}"