diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 299f578..3961c43 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -54,7 +54,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: New Release v${{ github.ref }} + release_name: New Release ${{ github.ref }} - name: Upload Release APK id: upload_release_asset uses: actions/upload-release-asset@v1.0.1