Git force push

This commit is contained in:
loyalsoldier 2020-03-01 16:49:00 +08:00
parent 6fbef4bb56
commit df177c659d

View File

@ -144,4 +144,4 @@ jobs:
git add . git add .
git commit -m "${{ env.RELEASE_NAME }}" git commit -m "${{ env.RELEASE_NAME }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git push -u origin release git push -f -u origin release