Skip to content

Commit f652350

Browse files
committed
debug
1 parent e70588e commit f652350

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
@@ -13,7 +13,7 @@ addons:
1313
before_deploy:
1414
- npm -g install asar
1515
- asar pack dist ui.asar
16-
- git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
16+
# - git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
1717
deploy:
1818
- provider: pages
1919
skip-cleanup: true

0 commit comments

Comments
 (0)