Skip to content

Commit cf7c28c

Browse files
authored
Update update_version_for_android.sh
1 parent 681d6a5 commit cf7c28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/script/update_version_for_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$1" = "Debug" ]; then
4545
sed -i 's#def libVersion.*#def libVersion = \"'$resultvv'-SNAPSHOT\"#g' $2
4646
echo "libVersion-->>$resultvv-SNAPSHOT"
4747
else
48-
sed -i 's#def libVersion.*#def libVersion = \":qwq'$vtag'\"#g' $2
48+
sed -i 's#def libVersion.*#def libVersion = \"'$vtag'\"#g' $2
4949
echo "libVersion-->>$vtag"
5050
fi
5151
# ==========此处添加版本自增逻辑,如果是持续集成发snapshot,最新tag+1;如果是发布就发branch

0 commit comments

Comments
 (0)