Skip to content

refactor: split functions #217

refactor: split functions

refactor: split functions #217

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions: {}
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@d98e23ec5255820653b80250e15e1eb160537908 # v1.1.0
with:
homebrew: true
go-version: 1.22.6
aqua_policy_allow: true
aqua_version: v2.30.0
app_token_repositories: >-
[
"${{github.event.repository.name}}",
"homebrew-${{github.event.repository.name}}",
"scoop-bucket"
]
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
winget_github_token: ${{secrets.WINGET_GITHUB_TOKEN}}
permissions:
contents: write
id-token: write
actions: read