diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6ef5a6f4d..918ecec53d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -368,8 +368,7 @@ jobs: name: Linux (Distros) needs: source - if: needs.source.outputs.is_tag == 'true' - if: ${{ false }} + if: ${{ false }} #needs.source.outputs.is_tag == 'true' strategy: fail-fast: false