Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Withers committed Jun 22, 2020
1 parent 83dc63f commit 0d275ba
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project-name: terraform-workspace-manager
project_name: terraform-workspace-manager

env_files:
github_token: ${{ secrets.access_token }}

release:
github:
owner: tomtucka
owner: TomTucka
name: terraform-workspace-manager

builds:
Expand All @@ -17,10 +17,9 @@ builds:
- darwin

archives:
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64


-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64

0 comments on commit 0d275ba

Please sign in to comment.