Skip to content

Commit 8ee98ed

Browse files
committed
Fix release tag name
1 parent a28d21b commit 8ee98ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create Release
4343
uses: softprops/action-gh-release@v1
4444
with:
45-
tag_name: ${{ github.ref }}
45+
tag_name: ${{steps.tagger.outputs.tag}}
4646
name: ${{steps.tagger.outputs.tag}}
4747
body: ${{steps.github_release.outputs.changelog}}
4848
files: |

0 commit comments

Comments
 (0)