Skip to content

Commit 54b2858

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
fixup automated version name generation script
1 parent f1c8e66 commit 54b2858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: Update version name
7878
command: |
7979
if [[ $CIRCLE_TAG == v* ]]; then
80-
sed -i -e "s/^VERSION_NAME=.*/VERSION_NAME=${CIRCLE_TAG:9}/" library/gradle.properties
80+
sed -i -e "s/^VERSION_NAME=.*/VERSION_NAME=${CIRCLE_TAG:1}/" library/gradle.properties
8181
fi
8282
- run:
8383
name: Build libraries

0 commit comments

Comments
 (0)