From f5480a12dc0daeaac9ed718d6272507d7cbc6864 Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Feb 2026 21:57:35 +0100 Subject: [PATCH] ci: add --always --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b654cce..44e8a50 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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) BRANCH = $(shell git branch --show-current) BUILD_ARCH = noarch