From f75c7e5f53ab9cd0f90f99ab436607f038203e99 Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Tue, 20 Dec 2022 23:19:43 -0500 Subject: [PATCH] more chance of working --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 221f050..47080a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ jobs: git config --global user.email 'github-bot@users.noreply.github.com' git commit -am "fix: Samples => Samples~" fi - git push -u origin upm + git push -f -u origin upm env: PKG_ROOT: TestVelGameServer/Packages/VelNetUnity \ No newline at end of file