diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bccad0196e..9436adb06c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,6 +18,7 @@ jobs: run: | git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds cd ../MindustryBuilds - git tag ${GITHUB_RUN_NUMBER} + BNUM=$(($GITHUB_RUN_NUMBER + 20000)) + git tag ${BNUM} git config --global user.name "Build Uploader" - git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${GITHUB_RUN_NUMBER} + git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${BNUM}