Skip to content

Commit

Permalink
fix missing versin info in release build (#283)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com>
  • Loading branch information
dweomer authored Aug 5, 2024
1 parent 3f64914 commit ef3eb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release:
make_latest: false

env:
- vpkg=github.com/hauler-dev/hauler/internal/version
- vpkg=github.com/rancherfederal/hauler/internal/version
- cosign_version=v2.2.3+carbide.2

builds:
Expand All @@ -29,7 +29,7 @@ builds:
hooks:
pre:
- mkdir -p cmd/hauler/binaries
- wget -P cmd/hauler/binaries/ https://github.com/rancher-government-carbide/cosign/releases/download/{{ .Env.cosign_version }}/cosign-{{ .Os }}-{{ .Arch }}{{ if eq .Os "windows" }}.exe{{ end }}
- wget -P cmd/hauler/binaries/ https://github.com/hauler-dev/cosign/releases/download/{{ .Env.cosign_version }}/cosign-{{ .Os }}-{{ .Arch }}{{ if eq .Os "windows" }}.exe{{ end }}
post:
- rm -rf cmd/hauler/binaries
env:
Expand Down

0 comments on commit ef3eb05

Please sign in to comment.