fix: revert to using shared workflow (now fixed upstream)

Removed local workflow copy and reverted to using the shared workflow
from lukaszraczylo/shared-actions@main, which now has the proper
if condition to prevent the release job from being skipped.
This commit is contained in:
2026-01-03 23:00:08 +00:00
parent 116ba9b006
commit adc7388ee1
2 changed files with 1 additions and 276 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ permissions:
jobs:
release:
uses: ./.github/workflows/go-release-cgo-local.yaml
uses: lukaszraczylo/shared-actions/.github/workflows/go-release-cgo.yaml@main
with:
go-version: "1.25"
secrets: inherit