CI: make condition for releasing artifacts clearer

This commit is contained in:
kekrby 2022-08-28 09:59:46 +03:00
parent e6f3fbb21a
commit 3dbdcb90fa

View file

@ -19,6 +19,6 @@ jobs:
done
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
with:
files: "*.iso"