summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2019-04-02 14:45:15 +0200
committerAntonin Descampe <antonin@gmail.com>2019-04-02 14:45:15 +0200
commit57096325457f96d8cd07bd3af04fe81d7a2ba788 (patch)
tree863fb6c550a2fa54887696c2aa2413366677e992
parent8b9a89bc2e61652d30bbc56673f8f03ef464430f (diff)
update token for appveyor auto releasev2.3.1
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c2de0007..d6561f6a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,9 +32,9 @@ deploy:
description: 'OpenJPEG $(appveyor_repo_tag_name) has been released. More info [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/NEWS) and a detailed view [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/CHANGES).'
provider: GitHub
auth_token:
- secure: Huk03f1heCD/HMyA+4ZeVmICdmKn9rPxK5p8/KxzgL+FtJDHlqcllcCrtN9bDxRH # your encrypted token from GitHub
+ secure: XUL+IoRRw8U/4tupa/fMpinxurft7WRQHZiWHMLO5iuFbwZ+C3vCjVVVM+5Ebky7 # your encrypted token from GitHub
artifact: /.*\.zip/ # upload all zip packages to release assets
- draft: false
+ draft: true
prerelease: false
on:
appveyor_repo_tag: true # deploy on tag push only