Skip to content

Fix a bug that aqua g -i fails if aqua.yaml doesn't have the field … #207

Fix a bug that aqua g -i fails if aqua.yaml doesn't have the field …

Fix a bug that aqua g -i fails if aqua.yaml doesn't have the field … #207

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.3
aqua_policy_allow: true
aqua_version: v2.28.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