Fix tag check
All checks were successful
Android Release / release (push) Successful in 30s

This commit is contained in:
2026-01-18 01:06:24 +03:00
parent 1c7441c76b
commit 5137be71c7

View File

@@ -83,12 +83,14 @@ jobs:
-Pandroid.injected.signing.key.password=$KEY_PASSWORD -Pandroid.injected.signing.key.password=$KEY_PASSWORD
- name: Create git tag - name: Create git tag
if: steps.stop.outputs.continue == 'true'
run: | run: |
VERSION=$(cat version.txt) VERSION=$(cat version.txt)
git tag $VERSION git tag $VERSION
git push origin $VERSION git push origin $VERSION
- name: Create Gitea Release - name: Create Gitea Release
if: steps.stop.outputs.continue == 'true'
uses: https://git.daemonlord.ru/actions/gitea-release-action@v1 uses: https://git.daemonlord.ru/actions/gitea-release-action@v1
with: with:
server_url: https://git.daemonlord.ru server_url: https://git.daemonlord.ru