We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26136 commit ee8bfbbCopy full SHA for ee8bfbb
.github/workflows/apk.yml
@@ -83,7 +83,7 @@ jobs:
83
# https://github.com/crowbarmaster/GH-Automatic-Releases
84
with:
85
repo_token: "${{ secrets.AXP_GITHUB_TOKEN }}"
86
- automatic_release_tag: "${{ env.OPENEUICC_VERSION }}"
+ automatic_release_tag: "${{ env.APP_VERSION }}"
87
prerelease: false
88
title: "${{ env.APP_VERSION }} (${{ env.git_sha_short }})"
89
files: |
0 commit comments