Skip to content

Commit

Permalink
Updated .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Jun 21, 2021
1 parent 12ee5be commit 8dc1898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ _testmain.go
/minimock
/dist
/bin
/.gh_token
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ builds:
ldflags:
- -X main.version={{.Version}} -X main.commit={{.FullCommit}} -X main.buildDate={{.Date}}

env_files:
github_token: .gh_token

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 8dc1898

Please sign in to comment.