Skip to content

Commit 047e94d

Browse files
committed
Don't actually push the new version (can do so manually)
1 parent 9427494 commit 047e94d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

prepare_release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ make_release() {
307307
git add "${cwd}/README.md" "${cwd}/Package.swift" "${cwd}/assets/xcodeproj.patch"
308308
git commit -m "$commit_message"
309309
git tag -m "$commit_message" "$new_version"
310-
git push origin main
311-
git push origin "$new_version"
312310

313311
cat <<- EOF
314312

0 commit comments

Comments
 (0)