Skip to content

Fixed invocation of Options.ReplaceAttr (#47) #5

Fixed invocation of Options.ReplaceAttr (#47)

Fixed invocation of Options.ReplaceAttr (#47) #5

Workflow file for this run

name: Release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --config .github/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}