aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 3299c66..ea6ffc5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -204,9 +204,8 @@ after_script:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
-file:
- - "./deployment/*"
- skip_cleanup: true
- draft: true
- on:
- tags: true \ No newline at end of file
+ file: ./deployment/*
+ skip_cleanup: true
+ draft: true
+ on:
+ tags: true \ No newline at end of file