mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Never skip checkout step in release workflow
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:

committed by
openshift-cherrypick-robot

parent
8b246b68ac
commit
3f13c38048
3
.github/workflows/release-artifacts.yml
vendored
3
.github/workflows/release-artifacts.yml
vendored
@ -101,9 +101,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout Version
|
- name: Checkout Version
|
||||||
if: >-
|
|
||||||
steps.check.outputs.buildartifacts == 'true' ||
|
|
||||||
steps.actual_dryrun.outputs.dryrun == 'true'
|
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{steps.getversion.outputs.version}}
|
ref: ${{steps.getversion.outputs.version}}
|
||||||
|
Reference in New Issue
Block a user