Never skip checkout step in release workflow

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
Mario Loriedo
2024-08-01 16:09:03 +02:00
committed by openshift-cherrypick-robot
parent 8b246b68ac
commit 3f13c38048

View File

@ -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}}