mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 23:52:50 +02:00
Fetch tags
This commit is contained in:
3
.github/actions/update_libretro.sh
vendored
3
.github/actions/update_libretro.sh
vendored
@@ -1,5 +1,6 @@
|
|||||||
set -exo pipefail
|
set -ex
|
||||||
|
|
||||||
|
git fetch --tags
|
||||||
LATEST=$(git tag --sort=-creatordate | grep "^v" | grep -v libretro | head -n 1)
|
LATEST=$(git tag --sort=-creatordate | grep "^v" | grep -v libretro | head -n 1)
|
||||||
|
|
||||||
if [ $(git tag -l "$LATEST"-libretro) ]; then
|
if [ $(git tag -l "$LATEST"-libretro) ]; then
|
||||||
|
Reference in New Issue
Block a user