Skip to content

Commit

Permalink
Merge pull request #13 from kaltura/FEC-12917
Browse files Browse the repository at this point in the history
feat(FEC-12917) | Fixed undefined variable
  • Loading branch information
giladna authored Feb 1, 2023
2 parents b868edf + 2bebd09 commit f60034d
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 @@ -38,7 +38,7 @@ set_version() {
# Changing the version in build.gradle file
if [[ "$RELEASE_TYPE" == "Patch" || "$RELEASE_TYPE" == "Update" ]]; then
echo "RELEASE_TYPE = '$RELEASE_TYPE'"
perl -pi -e "s/player:tvplayer:$PLAYKIT_PREV_VERSION/player:tvplayer:$NEW_VERSION/" $BUILD_GRADLE
perl -pi -e "s/player:tvplayer:$PREV_VERSION/player:tvplayer:$NEW_VERSION/" $BUILD_GRADLE
fi

if [ "$RELEASE_TYPE" == "Full" ]; then
Expand Down

0 comments on commit f60034d

Please sign in to comment.