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 15, 2025
1 parent 140f917 commit e294006
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 -Eo 'GEYSER_VERS="[0-9]+\.[0-9]+\.[0-9]+')
currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -Eo '(?<=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 -Eo 'FLOOD_VERS="[0-9]+\.[0-9]+\.[0-9]+')
currentVers=$(cat ./mc-all-platform-velocity/Dockerfile | grep -Eo '(?<=FLOOD_VERS=")[0-9]+\.[0-9]+\.[0-9]+')
echo "$currentVers"

0 comments on commit e294006

Please sign in to comment.