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.
2 parents c92e002 + e8820cf commit 28d3a79Copy full SHA for 28d3a79
.travis.yml
@@ -9,3 +9,15 @@ node_js:
9
script:
10
- npm run lint
11
- npm run build
12
+
13
+before_deploy:
14
+ - export RELEASE_NAME="xsnippet_web-$(git describe --exact-match --abbrev=0).tar.gz"
15
+ - tar cvzf $RELEASE_NAME -C dist/ .
16
17
+deploy:
18
+ provider: releases
19
+ api_key: $GITHUB_TOKEN
20
+ file: $RELEASE_NAME
21
+ skip_cleanup: true
22
+ on:
23
+ tags: true
0 commit comments