Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Aug 28, 2024
1 parent 459b53c commit 6735000
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/scripts/commit-and-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,7 @@ if [ $exit_code -eq 1 ]; then
sleep 5m
pod repo update cocoapods
else
echo "Force delete then re-push FirebaseFirestoreInternalBinary"
echo y | pod trunk delete FirebaseFirestoreInternalBinary "$firebase_firestore_version"
pod trunk push FirebaseFirestoreInternalBinary.podspec --allow-warnings --skip-tests --skip-import-validation --synchronous
exit_code=$?
sleep 5m
pod repo update cocoapods
echo "FirebaseFirestoreInternalBinary already exists"
fi
if [ $exit_code -ne 0 ]; then
echo "Failed to push FirebaseFirestoreInternalBinary"
Expand Down

0 comments on commit 6735000

Please sign in to comment.