merge apk script changes

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-10 09:49:35 +05:30
parent 651c8de304
commit 3f0a2db28d

View File

@@ -43,7 +43,15 @@ jobs:
git config --global user.email 'yogeshpaliyal@users.noreply.github.com'
git add .
git commit -am "Github Actions: App version Bumped to ${{ steps.bump-app-version.outputs.newVersion }}"
- name: Git push tag
run: |
git tag -a latest-master -m "Release version ${{ steps.bump-app-version.outputs.newVersion }}" -f
git push origin latest-master -f
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ github.token }}"