Update update.yml

This commit is contained in:
MCDeltaT 2023-12-15 01:46:22 +00:00
parent 9b498f1cad
commit a85600341f

View File

@ -223,8 +223,10 @@ jobs:
git config --global user.email "68516357+MustardChef@users.noreply.github.com"
git config --global user.name "MustardChef"
git commit -am "Update Download Variant Table for Update: ${{ env.LATEST_VER }}" || exit 0
git pull --rebase origin master
git push
check-and-create-tag:
name: Creates the release tags
needs: [check, update-downloadlinks, update-downloadvartable]