Skip to content

chore: fix warning of .golangci.yml (#395) #8

chore: fix warning of .golangci.yml (#395)

chore: fix warning of .golangci.yml (#395) #8

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_version: v2.36.1
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}}
permissions:
contents: write
id-token: write
actions: read
attestations: write