diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ad840d1..addb54be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: build-binaries: name: Build binaries - if: always() && (if: github.event.pull_request.merged || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success')) + if: always() && (github.event.pull_request.merged || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success')) strategy: matrix: include: