diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index c34db23384..92a0f07e2e 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -101,9 +101,6 @@ jobs: fi - name: Checkout Version - if: >- - steps.check.outputs.buildartifacts == 'true' || - steps.actual_dryrun.outputs.dryrun == 'true' uses: actions/checkout@v4 with: ref: ${{steps.getversion.outputs.version}}