Skip to content

Commit

Permalink
feat(FEC-12917) | Fixed undefined variable (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravSna authored Feb 1, 2023
1 parent 97ce900 commit 37305a6
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/playkit:playkit:$PLAYKIT_PREV_VERSION/playkit:playkit:$NEW_VERSION/" $BUILD_GRADLE
perl -pi -e "s/playkit:playkit:$PREV_VERSION/playkit:playkit:$NEW_VERSION/" $BUILD_GRADLE
fi
if [ "$RELEASE_TYPE" == "Full" ]; then
echo "RELEASE_TYPE = '$RELEASE_TYPE'"
Expand Down

0 comments on commit 37305a6

Please sign in to comment.