1 workflow to rule them all
Všechny kontroly byly úspěšné
Workflow / Linting (push) Successful in 7s
Workflow / Release (push) Has been skipped
Všechny kontroly byly úspěšné
Workflow / Linting (push) Successful in 7s
Workflow / Release (push) Has been skipped
Tento commit je obsažen v:
@@ -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: |
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele