We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718e7fa commit 1f72957Copy full SHA for 1f72957
.goreleaser.yml
@@ -26,7 +26,7 @@ builds:
26
- -extldflags '-static'
27
- -X "github.com/laetho/metagraf/pkg/mgver.GitHash={{ .Env.GITHASH }}"
28
- -X "github.com/laetho/metagraf/pkg/mgver.GitTag={{ .Env.GITTAG }}"
29
- - -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .ENV.GITBRANCH }}"
+ - -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .Env.GITBRANCH }}"
30
31
dockers:
32
-
0 commit comments