Merge pull request #23474 from l0rd/release-workflow-always-checkout

Never skip checkout step in release workflow
This commit is contained in:
openshift-merge-bot[bot]
2024-08-01 15:04:35 +00:00
committed by GitHub

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