Skip to content

fix: remove file extension .exe and .bat from command name on Windows… #15

fix: remove file extension .exe and .bat from command name on Windows…

fix: remove file extension .exe and .bat from command name on Windows… #15

Workflow file for this run

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