Push the branch as well

This commit is contained in:
Lior Halphon
2024-03-08 18:39:20 +02:00
parent de0046d7d6
commit ba45911734

View File

@@ -23,4 +23,4 @@ git checkout tags/$LATEST -b libretro
git add BootROMs/prebuilt/* git add BootROMs/prebuilt/*
git commit -m "Update libretro branch to $LATEST" git commit -m "Update libretro branch to $LATEST"
git tag "$LATEST"-libretro git tag "$LATEST"-libretro
git push --force --tags git push --force --tags --all