Skip to content

Commit

Permalink
Env ref typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Dec 5, 2022
1 parent 86919a4 commit b83c44f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ release:

# Update the 'generic' brew formula and create a versioned brew formula for artifacts from this release
brews:
- name: "{{ .ENV.BREW_NAME }}"
- name: "{{ .Env.BREW_NAME }}"
tap:
owner: defenseunicorns
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://zarf.dev/"
description: "An airgap delivery tool!"
description: "DevSecOps for Air Gap"
- name: "zarf@{{ .Tag }}"
tap:
owner: defenseunicorns
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} versioned release {{ .Tag }}"
homepage: "https://zarf.dev/"
description: "An airgap delivery tool!"
description: "DevSecOps for Air Gap"

# Upload artifact backups to s3
blobs:
Expand Down

0 comments on commit b83c44f

Please sign in to comment.