Skip to content

Commit

Permalink
Update update_detector.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Jan 16, 2025
1 parent 9e679af commit 5192870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"

0 comments on commit 5192870

Please sign in to comment.