Skip to content

Commit 9bd62be

Browse files
committed
Fixed git tag getter
1 parent 34cb344 commit 9bd62be

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
@@ -11,7 +11,7 @@ GOFMT ?= gofmt -w
1111
NAME = scw
1212
SRC = .
1313
REV = $(shell git rev-parse HEAD || echo "nogit")
14-
TAG = $(shell git describe --always || echo "nogit")
14+
TAG = $(shell git describe --tags --always || echo "nogit")
1515
BUILDER = scaleway-cli-builder
1616

1717

0 commit comments

Comments
 (0)