diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 3eef657245..142fe13ebf 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -46,7 +46,7 @@ jobs: git add . git commit --allow-empty -m "Updating" 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 ${RELEASE_VERSION} cd ../Mindustry - name: Create artifacts run: |