Skip to content

fix: stop using replace (#473) #12

fix: stop using replace (#473)

fix: stop using replace (#473) #12

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions: {}
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@c6100a0208cfcd46f2cf6c2761c2ba329dbf2850 # v1.0.2
with:
homebrew: true
go-version: 1.22.4
aqua_version: v2.29.0
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
permissions:
contents: write
id-token: write
actions: read