Skip to content

Commit 86c1956

Browse files
committed
Setup release upload
1 parent cc60ec6 commit 86c1956

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ script:
99
- npm run build
1010
cache: npm
1111
install:
12-
- npm ci
12+
- npm ci
13+
before_deploy:
14+
- tar -zcvf dist.tar.gz dist
15+
deploy:
16+
provider: releases
17+
api_key: $TOKEN
18+
file: dist.tar.gz
19+
skip_cleanup: true
20+
on:
21+
tags: true

0 commit comments

Comments
 (0)