mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Comment out tagging for now since we are not making actual releases
This commit is contained in:
parent
180534cfaf
commit
9357192947
@ -63,10 +63,10 @@ for i in "${!DISTRO[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Create the tag
|
# 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
|
# # On macOS open the Github page for new releases so they can be uploaded
|
||||||
if test -f "/usr/bin/open"; then
|
# if test -f "/usr/bin/open"; then
|
||||||
open "https://github.com/gabek/owncast/releases/new"
|
# open "https://github.com/gabek/owncast/releases/new"
|
||||||
open dist
|
# open dist
|
||||||
fi
|
# fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user