Skip to content

Verify goreleaser config locally and in CI #1

Verify goreleaser config locally and in CI

Verify goreleaser config locally and in CI #1

Workflow file for this run

name: Release
on:
push:
branches:
- '*'
tags:
- v*
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
permissions:
contents: write
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v4
with:
version: v1.20.0
args: release --clean