From 198b9c2eaabe823d61d31363fdf98fa10e7bca98 Mon Sep 17 00:00:00 2001 From: Shuyu Guo <359369982@qq.com> Date: Sun, 28 Nov 2021 22:07:59 +0800 Subject: [PATCH] update ci release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a01eaad..1ab76736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} - name: Upload Release APK id: upload_release_asset uses: actions/upload-release-asset@v1.0.1