Skip to content

Commit 1f72957

Browse files
committed
ENV -> Env typo
1 parent 718e7fa commit 1f72957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- -extldflags '-static'
2727
- -X "github.com/laetho/metagraf/pkg/mgver.GitHash={{ .Env.GITHASH }}"
2828
- -X "github.com/laetho/metagraf/pkg/mgver.GitTag={{ .Env.GITTAG }}"
29-
- -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .ENV.GITBRANCH }}"
29+
- -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .Env.GITBRANCH }}"
3030

3131
dockers:
3232
-

0 commit comments

Comments
 (0)