Skip to content

Merge pull request 'chore: skip binary build during goreleaser workfl… #1

Merge pull request 'chore: skip binary build during goreleaser workfl…

Merge pull request 'chore: skip binary build during goreleaser workfl… #1

Workflow file for this run

---
name: goreleaser
"on":
push:
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
# This is required for the changelog to work correctly.
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected]
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: "v2.12.7"
args: release --clean -f .goreleaser-github.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}