Skip to content

Commit

Permalink
Custom branch release publish updated
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-bondarenko85 committed Nov 27, 2024
1 parent a271d4d commit edf959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set_version() {

if [ "$RELEASE_TYPE" == "Full" ]; then
echo "RELEASE_TYPE = '$RELEASE_TYPE'"
perl -pi -e "s/:playkit-android:dev-SNAPSHOT/.playkit:playkit:$NEW_VERSION/" $BUILD_GRADLE
perl -pi -e "s/:playkit-android:.*?-SNAPSHOT/.playkit:playkit:$NEW_VERSION/" $BUILD_GRADLE
fi
}

Expand Down

0 comments on commit edf959a

Please sign in to comment.