Skip to content

fix: set up goreleaser and workflows properly (#5) #1

fix: set up goreleaser and workflows properly (#5)

fix: set up goreleaser and workflows properly (#5) #1

Workflow file for this run

name: main
concurrency:
group: main
cancel-in-progress: true
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
packages: write
jobs:
release-main:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: false
go-version: "1.23"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: release --clean --snapshot