Skip to content

Move command-specific flags into command source file #331

Move command-specific flags into command source file

Move command-specific flags into command source file #331

name: GoReleaser
on: push
jobs:
build-snapshot:
name: Build Snapshot
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
- name: Build Snapshot
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: --clean --snapshot