diff --git a/.github/workflows/go-release-cgo.yaml b/.github/workflows/go-release-cgo.yaml index 886aa65..12b613e 100644 --- a/.github/workflows/go-release-cgo.yaml +++ b/.github/workflows/go-release-cgo.yaml @@ -219,6 +219,10 @@ jobs: release: name: Release needs: [version, build] + if: | + always() && + needs.version.result == 'success' && + needs.build.result == 'success' runs-on: ubuntu-latest permissions: contents: write