Skip to content

Commit 7527221

Browse files
committed
ci: Attempt release
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent ff8ea0b commit 7527221

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,17 @@ after_failure: true
7979
### Commands if build phase successes
8080
after_success: true
8181

82-
before_deploy: true
82+
before_deploy:
83+
- ./Release.bash
84+
85+
deploy:
86+
provider: releases
87+
api_key: "$GITHUB_DEPLOY_KEY_HIDDEN"
88+
file_glob: true
89+
file: "template-*.travis.yml"
90+
skip_cleanup: true
91+
on:
92+
tags: true
8393

8494
after_deploy: true
8595

0 commit comments

Comments
 (0)