.github/workflows/release: fix make dist step
The upstream release step cleans the checkout, so move it out.
This commit is contained in:
parent
a03a2595be
commit
de0d295e8d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue