From 76dc89a2d4d4f7302ce1ffdc1b0013f7e548be4a Mon Sep 17 00:00:00 2001 From: Logan Date: Thu, 15 Aug 2024 17:19:32 -0400 Subject: [PATCH] nuh uh --- .github/workflows/buildRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index 9b4b4e2..d140a7b 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -42,7 +42,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout -B updates git add -A - git commit -m "Updated bunker" + git commit -m "Updated bunker" --force git pull origin updates --rebase - name: Push changes