fix random errors

This commit is contained in:
Anuken 2022-05-10 20:50:36 -04:00
parent 211cf250dc
commit 0fa280c964
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
rm -rf .github
rm README.md
git add .
git commit -m "${GITHUB_SHA}"
git commit --allow-empty -m "${GITHUB_SHA}"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
git tag ${RELEASE_VERSION}
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack

View File

@ -45,7 +45,7 @@ jobs:
rm -rf .github
rm README.md
git add .
git commit -m "${GITHUB_SHA}"
git commit --allow-empty -m "${GITHUB_SHA}"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
cd ../Mindustry
- name: Run unit tests