|
|
|
@ -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 |
|
|
|
|