Skip to content

fix: correct error in workflow and goreleaser command #19

fix: correct error in workflow and goreleaser command

fix: correct error in workflow and goreleaser command #19

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
jobs:
release:
name: Tagged Release
uses: devnw/workflows/.github/workflows/make-release.yml@main
secrets: inherit # pragma: allowlist secret