Skip to content

Commit

Permalink
#1 deploy on draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Nov 27, 2018
1 parent d6eef15 commit 487d677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ deploy:
skip_cleanup: true
draft: true
on:
tags: true
tags: false
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_script:
- npm run dist
test: off
artifacts:
- path: dist/installers/*.exe
- path: dist/*.exe
name: Download Youtube Playlist
deploy:
- provider: GitHub
Expand All @@ -36,4 +36,4 @@ deploy:
draft: true
prerelease: true
on:
appveyor_repo_tag: true # deploy on tag push only
appveyor_repo_tag: false # deploy on tag push only

0 comments on commit 487d677

Please sign in to comment.