From 32b5841164e4ff5086f0ab2c973164c378e824ce Mon Sep 17 00:00:00 2001 From: HalfLife <6436073+o0HalfLife0o@users.noreply.github.com> Date: Mon, 9 Aug 2021 22:57:47 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 429321285..80ac584e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout -b release git add *.apk - git commit -m "${{ env.RELEASE_NAME }}" + git commit -m "${{ env.RELEASE_VERSION }}" git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" git push -f -u origin release - name: Purge Jsdelivr Cache