We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f652350 commit a112d5bCopy full SHA for a112d5b
.travis.yml
@@ -13,7 +13,9 @@ addons:
13
before_deploy:
14
- npm -g install asar
15
- 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:]]')"
+ - >
17
+ git tag -f "$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')"
18
+
19
deploy:
20
- provider: pages
21
skip-cleanup: true
0 commit comments