Skip to content

Commit 573a55a

Browse files
committed
debug
1 parent a112d5b commit 573a55a

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

0 commit comments

Comments
 (0)