Skip to content

fix: nolint directives syntax (#101) #9

fix: nolint directives syntax (#101)

fix: nolint directives syntax (#101) #9

Workflow file for this run

name: release
on:
push:
tags:
- v*
jobs:
GoReeleaser:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}