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