Skip to content

Commit

Permalink
Merge pull request #144 from stacklok/fix-version
Browse files Browse the repository at this point in the history
Fix version variable path in goreleaser config
  • Loading branch information
rdimitrov authored Jun 10, 2024
2 parents a474b43 + 6cf7b5c commit 1dfc44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- "-X main.Commit={{ .Env.COMMIT }}"
- "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
- "-X main.TreeState={{ .Env.TREE_STATE }}"
- "-X github.com/stacklok/frizbee/pkg/constants.CLIVersion={{ .Env.VERSION }}"
- "-X github.com/stacklok/frizbee/internal/cli.CLIVersion={{ .Env.VERSION }}"
goos:
- linux
- windows
Expand Down

0 comments on commit 1dfc44d

Please # to comment.