You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log " - \$NO_BUILD=[...]: if set to any string, $0 won't build a JAR (saves build time if the script ran already)"
37
+
log " - \$VERSION=[...]: if set to any string, will overwrite the version number"
37
38
exit 2
38
39
fi
39
40
@@ -61,7 +62,7 @@ else
61
62
# as the GitHub actions workflow creates a continuous tag on the main branch's HEAD to create prereleases for every push, we must ignore those tags
62
63
# we need to ignore this tag to get a proper version number
63
64
# if the command fails, we must abort at this point, as we cannot fall back to some generic name like "unknown" without breaking at least the Debian package build
0 commit comments