mirror of https://github.com/containers/podman.git
Never skip checkout step in release workflow
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
parent
d38268062a
commit
014b7af4f3
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue