Automatically update nightly-build tag every nightly release (#4374)
This is done by CI force pushing the `nightly-build` tag - the `nightly-build` tag should never be relied on other than for GitHub releases.
This commit is contained in:
@@ -42,7 +42,7 @@ fi
|
||||
|
||||
chatterino_version=$(git describe 2>/dev/null | cut -c 2-) || true
|
||||
if [ -z "$chatterino_version" ]; then
|
||||
# Fall back to this in case the build happened outside of a git repo
|
||||
# Fall back to this in case the build happened outside of a git repo or a repo without tags
|
||||
chatterino_version="0.0.0-dev"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user