Skip to content

Commit

Permalink
Use GITHUB_REF_SLUG instead of GITHUB_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Aug 16, 2020
1 parent 699a1f8 commit eab6c2c
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 @@ -6,4 +6,4 @@ builds:
- 386
- amd64
ldflags:
- -s -w -X main.Version={{ .Env.GITHUB_REF }}
- -s -w -X main.Version={{ .Env.GITHUB_REF_SLUG }}

0 comments on commit eab6c2c

Please sign in to comment.