From 357720e4cb9b05ae8e9330699c0ead825b277105 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 13 Feb 2022 15:40:03 +0100 Subject: [PATCH] gradle upload artifacts in any case, like mvn did before --- .github/workflows/ci-gradle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-gradle.yml b/.github/workflows/ci-gradle.yml index d1aac455b..d02ef0a31 100644 --- a/.github/workflows/ci-gradle.yml +++ b/.github/workflows/ci-gradle.yml @@ -94,7 +94,6 @@ jobs: upload: needs: [ workflow_config, test ] - if: needs.workflow_config.outputs.do_release == 'true' || needs.workflow_config.outputs.do_snapshot_release == 'true' runs-on: ubuntu-latest steps: - name: Checkout the repository