Browse Source

chore: release only as draft

reviewable/pr6110/r2
sudden6 5 years ago committed by Anthony Bilinski
parent
commit
f56943dfee
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 5
      .travis.yml

5
.travis.yml

@ -212,6 +212,7 @@ deploy: @@ -212,6 +212,7 @@ deploy:
repo: qTox/qTox
tags: true
skip_cleanup: true
draft: true
# Linux Flatpak
- provider: releases
@ -224,6 +225,7 @@ deploy: @@ -224,6 +225,7 @@ deploy:
repo: qTox/qTox
tags: true
skip_cleanup: true
draft: true
# osx binary
- provider: releases
@ -236,6 +238,7 @@ deploy: @@ -236,6 +238,7 @@ deploy:
repo: qTox/qTox
tags: true
skip_cleanup: true
draft: true
# Windows Installer 64Bit
- provider: releases
@ -248,6 +251,7 @@ deploy: @@ -248,6 +251,7 @@ deploy:
repo: qTox/qTox
tags: true
skip_cleanup: true
draft: true
# Windows Installer 32Bit
- provider: releases
@ -260,6 +264,7 @@ deploy: @@ -260,6 +264,7 @@ deploy:
repo: qTox/qTox
tags: true
skip_cleanup: true
draft: true
after_success:
- >

Loading…
Cancel
Save