Skip to content

Commit

Permalink
remove bridget-android prefix from adding files
Browse files Browse the repository at this point in the history
  • Loading branch information
George B committed Feb 15, 2024
1 parent f8fdb1b commit 3f278ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-native-package/native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ elif [ "$PLATFORM" == "android" ]; then
# Commit changes and tag the current version
cd bridget-android
if [[ -n `git diff` ]]; then
git add bridget-android/library/src/main/*
git add library/src/main/*
git commit -m "Update Thrift generated classes $CURRENT_VERSION"
git tag $CURRENT_VERSION
if [ "$RELEASE_TYPE" = "prerelease" ];
Expand Down

0 comments on commit 3f278ef

Please sign in to comment.