Skip to content

Commit a112d5b

Browse files
committed
debug
1 parent f652350 commit a112d5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ 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+
- >
17+
git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
18+
1719
deploy:
1820
- provider: pages
1921
skip-cleanup: true

0 commit comments

Comments
 (0)