Skip to content

Fixed error handling #16

Fixed error handling

Fixed error handling #16

Workflow file for this run

name: GoReleaser
on:
push:
tags:
- 'v*'
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean ${{ env.SNAPSHOT }}