Update deployment.yml

This commit is contained in:
Anuken
2026-02-11 21:00:45 -05:00
committed by GitHub
parent 98d4130222
commit 4d70395204

View File

@@ -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: |