Skip to content

Commit

Permalink
ENV -> Env typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eriweb committed Sep 30, 2021
1 parent 718e7fa commit 1f72957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
- -extldflags '-static'
- -X "github.com/laetho/metagraf/pkg/mgver.GitHash={{ .Env.GITHASH }}"
- -X "github.com/laetho/metagraf/pkg/mgver.GitTag={{ .Env.GITTAG }}"
- -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .ENV.GITBRANCH }}"
- -X "github.com/laetho/metagraf/pkg/mgver.GitBranch={{ .Env.GITBRANCH }}"

dockers:
-
Expand Down

0 comments on commit 1f72957

Please sign in to comment.