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
commit dfab16e94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

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