Skip to content

fix(remove): ignore not found commands (#3138) #232

fix(remove): ignore not found commands (#3138)

fix(remove): ignore not found commands (#3138) #232

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions: {}
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@7f97a226912ee2978126019b1e95311d7d15c97a # v2.0.0
with:
homebrew: true
go-version-file: go.mod
aqua_policy_allow: true
aqua_version: v2.35.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
attestations: write