Skip to content

Commit bfef379

Browse files
The version should show the commit ID
1 parent 7182544 commit bfef379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ INSTALLER_TARBALL_DATA ?= $(shell find -L $(INSTALLER_DIR) -type f \
5353
# Version will be set at build time via git describe
5454
VERSION ?= $(shell \
5555
if [ -n "$(GITHUB_REF_NAME)" ]; then echo "$${GITHUB_REF_NAME}"; \
56-
else git describe --tags --abbrev=0 || echo "v0.0.0-SNAPSHOT"; \
56+
else git describe --tags --always || echo "v0.0.0-SNAPSHOT"; \
5757
fi)
5858

5959
.EXPORT_ALL_VARIABLES:

0 commit comments

Comments
 (0)