From a85600341f53581650e27e99695287179a4adb18 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:46:22 +0000 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 61dfe3a..e45d632 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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]