We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd682c2 commit 103a307Copy full SHA for 103a307
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ script:
17
18
19
before_deploy:
20
- - "PKG_VER=$({awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
+ - "PKG_VER=$(awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
21
- git config --local user.name "caiohamamura"
22
- git config --local user.email "caiohamamura@gmail.com"
23
- export TRAVIS_TAG=v${PKG_VER}
0 commit comments