Skip to content

Commit 025ddd7

Browse files
authored
Fix Makefile Bug (#6809)
1 parent 15403da commit 025ddd7

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
@@ -1,6 +1,6 @@
11
# variables that should not be overridden by the user
22
VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
3-
GIT_TAG = $(shell git tag --sort=-version:refname | head -n1 || echo untagged)
3+
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
55
PLUS_ARGS = --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
66

0 commit comments

Comments
 (0)