Skip to content

Commit 5fb2ff0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: go-semantic-release
4545
uses: marvinpinto/action-automatic-releases@v1.2.1
4646
with:
47-
automatic_release_tag: true
47+
automatic_release_tag: ${{ steps.get_version.outputs.VERSION }}
4848
repo_token: ${{ secrets.GITHUB_TOKEN }}
4949
files: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)