diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39fb3ec..37fc45a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -162,7 +162,7 @@ jobs: if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }} with: image: "${{ needs.prepare.outputs.DOCKER_IMAGE }}:${{ needs.prepare.outputs.GITHUB_SHA }}" - fail-build: true + fail-build: false build-binary: needs: [ prepare, test, code_scans ]