try gitea action
All checks were successful
/ build (push) Successful in 16s
/ deploy (push) Successful in 51s

This commit is contained in:
2024-07-31 22:32:33 +02:00
parent 6a15af8e82
commit 933d29d395

View File

@ -9,7 +9,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- uses: actions/checkout@v4
with:
submodules: true
@ -30,7 +29,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: gitea.event_name == 'tag'
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4