feat: use GoReleaser Pro for split/merge CGO builds

- Add goreleaser-key input for Pro license
- Use goreleaser-pro distribution for split/merge modes
- Split: goreleaser release --clean --split
- Merge: goreleaser continue --merge
- Pass GORELEASER_PRO secret to action

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-14 20:38:38 +00:00
parent b25c6ad434
commit 6b96327d17
2 changed files with 17 additions and 33 deletions
+2
View File
@@ -160,6 +160,7 @@ jobs:
mode: split
cgo-enabled: "1"
github-token: ${{ secrets.GITHUB_TOKEN }}
goreleaser-key: ${{ secrets.GORELEASER_PRO }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
@@ -199,6 +200,7 @@ jobs:
version-tag: ${{ needs.version.outputs.version_tag }}
mode: merge
github-token: ${{ secrets.GITHUB_TOKEN }}
goreleaser-key: ${{ secrets.GORELEASER_PRO }}
- name: Rolling release
if: inputs.rolling-release-tag != ''