Skip to content

Commit

Permalink
fix: Try another version
Browse files Browse the repository at this point in the history
Signed-off-by: Heck, Jerod <jerod.heck@lmco.com>
  • Loading branch information
jhlmco committed Dec 9, 2023
1 parent 38066ee commit e285d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ binary: blip-{{ .Os }}-{{ .Arch }}

# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
ldflags:
- "-X main.Version={{ .Env.Version }}"
- "-X main.Version={{ .Env.VERSION }}"
- "-X main.Commit={{ .Env.COMMIT }}"
- "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
- "-X main.TreeState={{ .Env.TREE_STATE }}"

0 comments on commit e285d54

Please sign in to comment.