We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7182544 commit bfef379Copy full SHA for bfef379
Makefile
@@ -53,7 +53,7 @@ INSTALLER_TARBALL_DATA ?= $(shell find -L $(INSTALLER_DIR) -type f \
53
# Version will be set at build time via git describe
54
VERSION ?= $(shell \
55
if [ -n "$(GITHUB_REF_NAME)" ]; then echo "$${GITHUB_REF_NAME}"; \
56
- else git describe --tags --abbrev=0 || echo "v0.0.0-SNAPSHOT"; \
+ else git describe --tags --always || echo "v0.0.0-SNAPSHOT"; \
57
fi)
58
59
.EXPORT_ALL_VARIABLES:
0 commit comments