ci: add --always
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user