From ba45911734127acf0436a6bd6e8d2a3df317a1f6 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 8 Mar 2024 18:39:20 +0200 Subject: [PATCH] Push the branch as well --- .github/actions/update_libretro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh index a960e0151..d91e51dd2 100755 --- a/.github/actions/update_libretro.sh +++ b/.github/actions/update_libretro.sh @@ -23,4 +23,4 @@ git checkout tags/$LATEST -b libretro git add BootROMs/prebuilt/* git commit -m "Update libretro branch to $LATEST" git tag "$LATEST"-libretro -git push --force --tags +git push --force --tags --all