Skip to content

Commit

Permalink
chore: temp version to check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Sep 17, 2024
1 parent cf4d7d8 commit 441d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/commit-and-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ else

git add .
git commit -m "release: $firebase_firestore_version"
git tag -a "$firebase_firestore_version" -m "$firebase_firestore_version"
git tag -a "0.0.1" -m "0.0.1"
git push origin main --follow-tags
create_github_release "$firebase_firestore_version" "\"[View Firebase iOS SDK Release](https://github.com/firebase/firebase-ios-sdk/releases/tag/$firebase_firestore_version)\"" "$firebase_firestore_version"
fi
Expand Down

0 comments on commit 441d011

Please sign in to comment.