Skip to content

Commit 9427494

Browse files
committed
Don't make the release via gh release
1 parent 04d1b99 commit 9427494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prepare_release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,9 @@ make_release() {
310310
git push origin main
311311
git push origin "$new_version"
312312

313-
gh release create "$new_version" --generate-notes "${xcframework_zip}" --repo oxen-io/session-grdb-swift
314-
315313
cat <<- EOF
316314
317-
🎉 Release is ready at https://github.com/oxen-io/session-grdb-swift/releases/tag/${new_version}
315+
🎉 Release is to upload, archive at "${xcframework_zip}"
318316
EOF
319317
}
320318

0 commit comments

Comments
 (0)