Skip to content

Merge pull request #41 from tri-adam/golangci-lint-1.57 #11

Merge pull request #41 from tri-adam/golangci-lint-1.57

Merge pull request #41 from tri-adam/golangci-lint-1.57 #11

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
permissions:
contents: write
jobs:
publish-release:
name: Publish Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: goreleaser/goreleaser-action@v5
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}