We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429741d + f718971 commit 61a9450Copy full SHA for 61a9450
.travis.yml
@@ -18,13 +18,17 @@ before_deploy:
18
- DRAFT_TAG=v$TRAVIS_TAG
19
- zip -r bts-ce-web-${TRAVIS_TAG}.zip build/*
20
deploy:
21
- provider: releases
22
- api_key: $GH_TOKEN
23
- file:
24
- - bts-ce-web-${TRAVIS_TAG}.zip
25
- draft: true
26
- skip_cleanup: true
27
- overwrite: true
28
- tag_name: $DRAFT_TAG
29
- on:
30
- branch: "master"
+ provider: releases
+ api_key: $GH_TOKEN
+ file:
+ - bts-ce-web-${TRAVIS_TAG}.zip
+ tag_name: $DRAFT_TAG
+ target_commitish: $TRAVIS_BRANCH
+ name: $DRAFT_TAG
+ draft: true
+ skip_cleanup: true
+ overwrite: true
31
+ on:
32
+ branch: "master"
33
+
34
0 commit comments