Skip to content

fix: issues found by Go Report Card #77

fix: issues found by Go Report Card

fix: issues found by Go Report Card #77

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}