diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5496bd9..f68521d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -327,7 +327,7 @@ jobs: release: name: Release needs: [ci-success] - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: always() && needs.ci-success.result == 'success' && github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: contents: write issues: write