From 5137be71c763e126e060e2ed26d77c48ec2bb6b1 Mon Sep 17 00:00:00 2001 From: benya Date: Sun, 18 Jan 2026 01:06:24 +0300 Subject: [PATCH] Fix tag check --- .gitea/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 4ec9407..c8cf353 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -83,12 +83,14 @@ jobs: -Pandroid.injected.signing.key.password=$KEY_PASSWORD - name: Create git tag + if: steps.stop.outputs.continue == 'true' run: | VERSION=$(cat version.txt) git tag $VERSION git push origin $VERSION - name: Create Gitea Release + if: steps.stop.outputs.continue == 'true' uses: https://git.daemonlord.ru/actions/gitea-release-action@v1 with: server_url: https://git.daemonlord.ru