Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar authored Jun 12, 2020
1 parent 36499d2 commit 7aeacf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/process-latest-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pod spec which Firebase
FIREBASE_GITHUB_REPOSITORY=firebase/firebase-ios-sdk
LATEST_FIREBASE_PODSPEC=$(pod spec which Firebase)
# TODO temp hard coded to run earlier releases
LATEST_FIREBASE_PODSPEC=$(echo $LATEST_FIREBASE_PODSPEC | sed "s/6.26.0/6.22.0/")
LATEST_FIREBASE_PODSPEC=$(echo $LATEST_FIREBASE_PODSPEC | sed "s/6.26.0/6.23.0/")
LATEST_FIREBASE_VERSION=$(python -c 'import json,sys; print(json.loads(sys.stdin.read())["version"])' <"$LATEST_FIREBASE_PODSPEC")
# -------------------
# Functions
Expand Down

0 comments on commit 7aeacf5

Please sign in to comment.