Skip to content

Commit

Permalink
draft -> prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed Sep 30, 2017
1 parent 124e75a commit 4381ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ deploy:
file_glob: true
file: ossia-*.tar.gz
skip_cleanup: true
draft: true
draft: false
prerelease: true
description: |+
# Draft release of OSSIA $TRAVIS_TAG
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ deploy:
auth_token:
secure: Zl/uqZozGXtvixbEP89fyT3oQW6uKclpRGOa1Rwsdryt7zrGk0pQBRXUwUSzNrA2
artifact: /.*\.zip/
draft: true
prerelease: false
draft: false
prerelease: true
on:
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 4381ba6

Please sign in to comment.