This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user