Skip to content

build(ci): Add goreleaser to ship binaries #4

build(ci): Add goreleaser to ship binaries

build(ci): Add goreleaser to ship binaries #4

Workflow file for this run

name: goreleaser
on:
push:
# run only against tags
#tags:
# - '*'
branches:
- '*'
permissions:
contents: write
# packages: write
# issues: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --rm-dist