Skip to content

Commit dd682c2

Browse files
committed
Use before deploy
1 parent f836669 commit dd682c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717

1818

1919
before_deploy:
20-
- "PKG_VER=${awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
20+
- "PKG_VER=$({awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
2121
- git config --local user.name "caiohamamura"
2222
- git config --local user.email "caiohamamura@gmail.com"
2323
- export TRAVIS_TAG=v${PKG_VER}

0 commit comments

Comments
 (0)