From f8ddfca6f71b83476ce9384b5c7b3620bea74536 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 24 Oct 2021 18:36:09 +0200 Subject: [PATCH] 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 --- .github/workflows/checks.yml | 2 +- .github/workflows/release.yml | 2 +- .goreleaser.yml | 9 --------- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e9c58bd1..5ef07405 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -178,7 +178,7 @@ jobs: - name: GoReleaser uses: goreleaser/goreleaser-action@v2 with: - version: v0.179.0 + version: latest args: release --snapshot --rm-dist - name: Capture x86_64 (64-bit) Linux binary if: ${{ !env.ACT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1895da99..de1c3999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: GoReleaser uses: goreleaser/goreleaser-action@v1 with: - version: v0.179.0 + version: latest args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml index a3f0ca10..c7de3c9a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,12 +32,3 @@ archives: format_overrides: - goos: windows 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"