Skip to content

Commit

Permalink
Merge pull request #188 from jedipunkz/fix/goreleaser.yml
Browse files Browse the repository at this point in the history
fix: version 2
  • Loading branch information
jedipunkz authored Jun 22, 2024
2 parents 7f41d63 + 6560fc2 commit 4c2b9b2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# .goreleaser.yml
---
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -16,16 +19,16 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'

brews:
- tap:
- commit_author:
name: goreleasebot
email: [email protected]
repository:
owner: jedipunkz
name: homebrew-miniecs
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: goreleasebot
email: [email protected]
description: "AWS ECS Login, Exec CLI"
branch: main
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
description: "Miniecs: AWS ECS Login, Exec CLI"
homepage: "https://github.com/jedipunkz/miniecs"
folder: Formula
install: |
bin.install "miniecs"
test: |
Expand Down

0 comments on commit 4c2b9b2

Please sign in to comment.