ci: add --always

This commit is contained in:
2026-02-14 21:57:35 +01:00
parent 3363c3725d
commit f5480a12dc

View File

@@ -1,5 +1,5 @@
NAME = netoik-rp NAME = netoik-rp
VERSION = $(shell git describe --tags --abbrev=0) VERSION = $(shell git describe --always --tags --abbrev=0)
RELEASE = $(shell git rev-parse --short HEAD) RELEASE = $(shell git rev-parse --short HEAD)
BRANCH = $(shell git branch --show-current) BRANCH = $(shell git branch --show-current)
BUILD_ARCH = noarch BUILD_ARCH = noarch