mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-28 17:06:34 +03: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 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
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user