1 workflow to rule them all
Všechny kontroly byly úspěšné
Workflow / Linting (push) Successful in 7s
Workflow / Release (push) Has been skipped

Tento commit je obsažen v:
2024-09-20 13:20:52 +02:00
rodič ea573dbd0e
revize 51001fbef1
3 změnil soubory, kde provedl 1 přidání a 65 odebrání

Zobrazit soubor

@@ -14,7 +14,7 @@ jobs:
Release:
needs: [Linting]
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }} # only for tags
runs-on: ubuntu-latest
env:
Version: ${{ gitea.ref_name }}
@@ -28,8 +28,6 @@ jobs:
rm -rf sources/.git
rm -rf sources/.gitea
rm -rf sources/screenshots
rm -f sources/.drone.status
rm -f sources/.drone.yml
rm -f sources/.luacheckrc
- name: Set Version and AddonVersion
run: |