update workflow

This commit is contained in:
2025-11-22 01:39:45 -08:00
parent 115091e517
commit 3ea7c31cba

View File

@@ -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