Skip to content

Commit 7092749

Browse files
authored
Update apk.yml
1 parent 5fb2ff0 commit 7092749

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/apk.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,15 @@ jobs:
4141
name: app
4242
path: app/build/outputs/apk/debug/app-debug.apk
4343

44+
- name: Bump version and push tag
45+
id: tag_version
46+
uses: mathieudutour/github-tag-action@v5.6
47+
with:
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
4450
- name: go-semantic-release
4551
uses: marvinpinto/action-automatic-releases@v1.2.1
4652
with:
47-
automatic_release_tag: ${{ steps.get_version.outputs.VERSION }}
53+
automatic_release_tag: ${{ steps.tag_version.outputs.new_tag }}
4854
repo_token: ${{ secrets.GITHUB_TOKEN }}
4955
files: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)