Skip to content

Commit

Permalink
fix: env vars are case sensitive in configuration (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Oct 8, 2022
1 parent 936dc46 commit e6428d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ binary: slsa-verifier-{{ .Os }}-{{ .Arch }}
dir: ./cli/slsa-verifier

ldflags:
- "-X sigs.k8s.io/release-utils/version.gitVersion={{ .Env.Version }}"
- "-X sigs.k8s.io/release-utils/version.gitVersion={{ .Env.VERSION }}"

0 comments on commit e6428d7

Please sign in to comment.