From 519287029379d555c7c3f738a99f75210842d728 Mon Sep 17 00:00:00 2001 From: UplandJacob <123428589+UplandJacob@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:32:30 -0600 Subject: [PATCH] Update update_detector.yml --- .github/workflows/update_detector.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_detector.yml b/.github/workflows/update_detector.yml index fb6f700..9016eea 100644 --- a/.github/workflows/update_detector.yml +++ b/.github/workflows/update_detector.yml @@ -38,7 +38,7 @@ jobs: latestBuild=$(echo "$resp2" | jq -r .builds.[-1]) echo "$latestBuild" - currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -EoP '(?<=GEYSER_VERS=")[0-9]+\.[0-9]+\.[0-9]+') + currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -Po '(?<=GEYSER_VERS=")[0-9]+\.[0-9]+\.[0-9]+') echo "$currentVers" - name: Floodgate run: | @@ -51,6 +51,6 @@ jobs: latestBuild=$(echo "$resp2" | jq -r .builds.[-1]) echo "$latestBuild" - currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -EoP '(?<=FLOOD_VERS=")[0-9]+\.[0-9]+\.[0-9]+') + currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -Po '(?<=FLOOD_VERS=")[0-9]+\.[0-9]+\.[0-9]+') echo "$currentVers"