mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-06 22:49:21 +00:00
fixup! feat: use GoReleaser Pro for split/merge CGO builds
This commit is contained in:
@@ -161,6 +161,8 @@ jobs:
|
||||
cgo-enabled: "1"
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goreleaser-key: ${{ secrets.GORELEASER_PRO }}
|
||||
cosign-key: ${{ secrets.COSIGN_KEY }}
|
||||
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -201,6 +203,8 @@ jobs:
|
||||
mode: merge
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goreleaser-key: ${{ secrets.GORELEASER_PRO }}
|
||||
cosign-key: ${{ secrets.COSIGN_KEY }}
|
||||
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
||||
- name: Rolling release
|
||||
if: inputs.rolling-release-tag != ''
|
||||
|
||||
@@ -108,6 +108,8 @@ jobs:
|
||||
mode: full
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
homebrew-tap-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
||||
cosign-key: ${{ secrets.COSIGN_KEY }}
|
||||
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
||||
- name: Rolling release
|
||||
if: inputs.rolling-release-tag != ''
|
||||
|
||||
Reference in New Issue
Block a user