mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 15:58:14 +07:00
fix random errors
This commit is contained in:
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
rm -rf .github
|
rm -rf .github
|
||||||
rm README.md
|
rm README.md
|
||||||
git add .
|
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 push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||||
git tag ${RELEASE_VERSION}
|
git tag ${RELEASE_VERSION}
|
||||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||||
|
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
rm -rf .github
|
rm -rf .github
|
||||||
rm README.md
|
rm README.md
|
||||||
git add .
|
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 push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||||
cd ../Mindustry
|
cd ../Mindustry
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
Reference in New Issue
Block a user