We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a43e0 commit 5fb2ff0Copy full SHA for 5fb2ff0
.github/workflows/apk.yml
@@ -44,6 +44,6 @@ jobs:
44
- name: go-semantic-release
45
uses: marvinpinto/action-automatic-releases@v1.2.1
46
with:
47
- automatic_release_tag: true
+ automatic_release_tag: ${{ steps.get_version.outputs.VERSION }}
48
repo_token: ${{ secrets.GITHUB_TOKEN }}
49
files: app/build/outputs/apk/debug/app-debug.apk
0 commit comments