Skip to content

Commit

Permalink
Merge pull request #332 from knqyf263/update-goreleaser
Browse files Browse the repository at this point in the history
feat: updated goreleaser gh action
  • Loading branch information
RamiAwar authored Dec 3, 2024
2 parents f42e0b6 + 1e97219 commit 19068f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version-file: go.mod
- name: Release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: v1.18.2
args: release --clean
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ release:
name_template: '{{.Tag}}'
brews:
-
tap:
name: pet
repository:
owner: knqyf263
name: homebrew-pet
commit_author:
Expand Down

0 comments on commit 19068f8

Please sign in to comment.