mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-13 02:36:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user