Skip to content

Commit

Permalink
reference gorelease version instead of env version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobJohansen committed Sep 30, 2022
1 parent d48b3b9 commit 43d82c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ builds:
post:
- gon build/signing-config-arm.json
checksum:
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_checksums.txt'
name_template: '{{ .ProjectName }}_{{.Version}}_checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
archives:
-
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: '{{ .ProjectName }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: darwin
linux: linux
Expand Down

0 comments on commit 43d82c3

Please sign in to comment.