Skip to content

Commit 7ebc487

Browse files
committed
add atomic to release push
1 parent cf5abe5 commit 7ebc487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ meet the prerequisites:
5757
1. Push your new tag and commits to GitHub.
5858

5959
```bash
60-
git push --follow-tags $ORIGIN main
60+
git push --atomic --follow-tags $ORIGIN main
6161
```
6262

6363
1. Verify [the automated

0 commit comments

Comments
 (0)