We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28d21b commit 8ee98edCopy full SHA for 8ee98ed
1 file changed
.github/workflows/Android-CI-release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Create Release
43
uses: softprops/action-gh-release@v1
44
with:
45
- tag_name: ${{ github.ref }}
+ tag_name: ${{steps.tagger.outputs.tag}}
46
name: ${{steps.tagger.outputs.tag}}
47
body: ${{steps.github_release.outputs.changelog}}
48
files: |
0 commit comments