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:
Wissididom
2023-02-13 20:11:48 +01:00
committed by GitHub
parent 56adaf81ac
commit df9836f59e
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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