Skip to content

Commit

Permalink
[goreleaser] fix tap config
Browse files Browse the repository at this point in the history
The `pull_request` key should be nested under `repository`.
  • Loading branch information
ryan-ph committed Jul 23, 2024
1 parent 412c6b2 commit 86931e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ brews:
- repository:
owner: mercari
name: hcledit
pull_request:
enabled: true
directory: Formula
homepage: https://github.com/mercari/hcledit
description: CLI to edit HCL configurations
pull_request:
enabled: true

0 comments on commit 86931e2

Please sign in to comment.