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