mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Testing feat pipeline
This commit is contained in:
parent
d21a1b66a2
commit
0b090bafe3
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -115,6 +115,7 @@ jobs:
|
|||
fi
|
||||
shell: /usr/bin/bash -e {0}
|
||||
|
||||
# if it's a feature branch it will not marked as "latest" cooker version
|
||||
- name: "Set makeLatest (cooker only)"
|
||||
run: |
|
||||
if $ { { contains(env.TAG_NAME, 'feature:') }}; then
|
||||
|
@ -122,6 +123,7 @@ jobs:
|
|||
else
|
||||
echo "MAKE_LATEST=true" >> $GITHUB_ENV
|
||||
fi
|
||||
shell: /usr/bin/bash -e {0}
|
||||
|
||||
- name: Publish the flatpak in a new cooker release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Reference in a new issue