goreleaser: Switch to latest and drop Homebrew config (#848)

* ci: unpin goreleaser version

homebrew issue has been fixed

* ci: drop homebrew from goreleaser

act has been for quite a long time in homebrew-core
and it supports all macos/linux so there is no
reason for us to have separate tap, as it might
confuse some users

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Ryan 2021-10-24 18:36:09 +02:00 committed by GitHub
parent 977b526384
commit f8ddfca6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 11 deletions

View File

@ -178,7 +178,7 @@ jobs:
- name: GoReleaser - name: GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:
version: v0.179.0 version: latest
args: release --snapshot --rm-dist args: release --snapshot --rm-dist
- name: Capture x86_64 (64-bit) Linux binary - name: Capture x86_64 (64-bit) Linux binary
if: ${{ !env.ACT }} if: ${{ !env.ACT }}

View File

@ -28,7 +28,7 @@ jobs:
- name: GoReleaser - name: GoReleaser
uses: goreleaser/goreleaser-action@v1 uses: goreleaser/goreleaser-action@v1
with: with:
version: v0.179.0 version: latest
args: release --rm-dist args: release --rm-dist
env: env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

View File

@ -32,12 +32,3 @@ archives:
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip format: zip
brews:
- tap:
owner: nektos
name: homebrew-tap
folder: Formula
homepage: https://github.com/nektos/act
description: Run GitHub Actions locally
test: |
system "#{bin}/act --version"