Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerobles committed May 24, 2018
1 parent f652350 commit a112d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ addons:
before_deploy:
- npm -g install asar
- asar pack dist ui.asar
# - git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
- >
git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
deploy:
- provider: pages
skip-cleanup: true
Expand Down

0 comments on commit a112d5b

Please sign in to comment.