Skip to content

Commit 56ce51e

Browse files
committed
Use git push --atomic for release
1 parent 5b5acec commit 56ce51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
git tag "v${{ needs.create-version.outputs.new-version }}"
7070
- name: Push
7171
run: |
72-
git push --follow-tags
72+
git push --atomic origin main "v${{ needs.create-version.outputs.new-version }}"

0 commit comments

Comments
 (0)