We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cb344 commit 9bd62beCopy full SHA for 9bd62be
Makefile
@@ -11,7 +11,7 @@ GOFMT ?= gofmt -w
11
NAME = scw
12
SRC = .
13
REV = $(shell git rev-parse HEAD || echo "nogit")
14
-TAG = $(shell git describe --always || echo "nogit")
+TAG = $(shell git describe --tags --always || echo "nogit")
15
BUILDER = scaleway-cli-builder
16
17
0 commit comments