Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
ci: fix injected version
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyevil committed Jul 19, 2020
1 parent dbfba36 commit df1d8a5
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 @@ -22,7 +22,7 @@ builds:
- arm
- arm64
ldflags:
- -s -w -X assets.currentVersion={{.Version}} -X assets.currentCommitHash={{.ShortCommit}}
- -s -w -X github.com/lonelyevil/tool-test/assets.currentVersion={{.Version}} -X github.com/lonelyevil/tool-test/assets.currentCommitHash={{.ShortCommit}}
archives:
-
replacements:
Expand Down

0 comments on commit df1d8a5

Please sign in to comment.