Skip to content

Commit

Permalink
Merge pull request #377 from reubenmiller/build-update-brew-directory
Browse files Browse the repository at this point in the history
build: update deprecated goreleaser syntax
  • Loading branch information
reubenmiller authored May 19, 2024
2 parents c1d203b + 7c737cc commit d525193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: '~> v1'
install-only: true

- name: Install Task
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: '~> v1'
install-only: true

- name: Install Task
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: '~> v1'
install-only: true

- name: Publish Release
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ brews:
email: [email protected]

# Folder inside the repository to put the formula.
folder: Formula
directory: Formula

# Caveats for the user of your binary.
caveats: |
Expand Down

0 comments on commit d525193

Please sign in to comment.