Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 6e08f0c

Browse files
committed
chore(release): Fix version replacement
1 parent 49b8590 commit 6e08f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
}
6262

6363
echo "Updating version number to $VERSION_CODE..."
64-
call_sed "s/PUBLISH_VERSION = '.*'/VERSION = '$VERSION_CODE'/" "$FILE_BUILD_GRADLE"
64+
call_sed "s/PUBLISH_VERSION = '.*'/PUBLISH_VERSION = '$VERSION_CODE'/" "$FILE_BUILD_GRADLE"
6565

6666
for flavor in online offline
6767
do

0 commit comments

Comments
 (0)