From 9357192947b114cc2b3cfd1deec88aa8e60a2dff Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 6 Jul 2020 16:26:38 -0700 Subject: [PATCH] Comment out tagging for now since we are not making actual releases --- scripts/build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 91a68b742..f97972b02 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -63,10 +63,10 @@ for i in "${!DISTRO[@]}"; do done # Create the tag -git tag -a "v${VERSION}" -m "Release build v${VERSION}" +# git tag -a "v${VERSION}" -m "Release build v${VERSION}" -# On macOS open the Github page for new releases so they can be uploaded -if test -f "/usr/bin/open"; then - open "https://github.com/gabek/owncast/releases/new" - open dist -fi +# # On macOS open the Github page for new releases so they can be uploaded +# if test -f "/usr/bin/open"; then +# open "https://github.com/gabek/owncast/releases/new" +# open dist +# fi