Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
working on go releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <[email protected]>
  • Loading branch information
jasonmccallister committed Apr 16, 2020
1 parent e7d6b7d commit 58e3f5d
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 @@ -14,7 +14,7 @@ builds:
- darwin
goarch:
- amd64
ldflags: -s -w -X "github.com/pixelandtonic/nitro/internal/cmd.Version={{.Env.BUDDY_EXECUTION_TAG}}"
ldflags: -s -w -X github.com/pixelandtonic/nitro/internal/cmd.Version={{.Version}}
archives:
-
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
Expand Down

0 comments on commit 58e3f5d

Please sign in to comment.