Testing feat pipeline

This commit is contained in:
XargonWan 2023-09-29 10:02:04 +02:00
parent d21a1b66a2
commit 0b090bafe3

View file

@ -115,6 +115,7 @@ jobs:
fi fi
shell: /usr/bin/bash -e {0} 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)" - name: "Set makeLatest (cooker only)"
run: | run: |
if $ { { contains(env.TAG_NAME, 'feature:') }}; then if $ { { contains(env.TAG_NAME, 'feature:') }}; then
@ -122,6 +123,7 @@ jobs:
else else
echo "MAKE_LATEST=true" >> $GITHUB_ENV echo "MAKE_LATEST=true" >> $GITHUB_ENV
fi fi
shell: /usr/bin/bash -e {0}
- name: Publish the flatpak in a new cooker release - name: Publish the flatpak in a new cooker release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1