Skip to content

Commit 9fda86a

Browse files
committed
Merge pull request #21 from orkonano/develop
fix bug in travis publish
2 parents e37add0 + 6b3561f commit 9fda86a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis-publish.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
vesion="$(grep 'mailgunPluginVersion =' build.gradle)"
4-
vesion="${vesion#*=}"
5-
vesion="${vesion//[[:blank:]\'\"]/}"
3+
version="$(grep 'mailgunPluginVersion =' build.gradle)"
4+
version="${version#*=}"
5+
version="${version//[[:blank:]\'\"]/}"
66

77
tagVersion="v$version"
88

9-
echo "Publishing $vesion version"
9+
echo "Publishing $version version"
1010

1111
EXIT_STATUS=0
1212

0 commit comments

Comments
 (0)