Skip to content

goreleaser (test build) #5

goreleaser (test build)

goreleaser (test build) #5

Workflow file for this run

name: goreleaser (test build)
on:
workflow_dispatch: {}
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: true
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
args: build --snapshot --clean --single-target