.github/workflows/release: fix make dist step

The upstream release step cleans the checkout, so move it out.
This commit is contained in:
Sanne Raymaekers 2025-02-07 10:56:26 +01:00
parent a03a2595be
commit de0d295e8d

View file

@ -25,6 +25,8 @@ jobs:
- name: Make dist
run: |
make dist
RELEASE_NO=$(echo ${{github.ref_name}} | tr -d 'v')
mv "cockpit-image-builder-$RELEASE_NO.tar.gz" ../cockpit-image-builder-$RELEASE_NO.tar.gz
# create release, which will bump the version
- name: Upstream release