diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 76a21e9..16710be 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} with: - tag_name: ${{ steps.get_commit_hash.outputs.commit_hash }} + tag_name: v${{ steps.get_commit_hash.outputs.commit_hash }} release_name: Release ${{ steps.get_commit_hash.outputs.commit_hash }} draft: false prerelease: false