Skip to content

Commit 6ecebf9

Browse files
Doing a tagged commit for testing release with artifact #5
1 parent 3ccad23 commit 6ecebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_deploy:
2222
- "./gradlew jar"
2323
- git config --local user.name $GH_USER_NAME
2424
- git config --local user.email $GH_USER_EMAIL
25-
- export RELEASEVERSION="v$(./gradlew version -q)"
25+
- export RELEASEVERSION="$(./gradlew version -q)"
2626
- git tag $NAME
2727

2828
deploy:

0 commit comments

Comments
 (0)