From 3ea7c31cbadcefdfdd2edba9f61b21b1d771ba31 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 22 Nov 2025 01:39:45 -0800 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4199b0a..d417fda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,29 +10,6 @@ permissions: contents: write jobs: - goreleaser: - name: GoReleaser - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - cache: true - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 - with: - distribution: goreleaser - version: latest - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GH_CPAT }} homebrew: name: Bump Homebrew formula # Skip this job in case of git pushes to prerelease tags