Skip to content

Commit

Permalink
Appveyor: fix releases
Browse files Browse the repository at this point in the history
- Use tag staging instead of nightly
- Release as prerelease instead of draft
  • Loading branch information
equalsraf committed May 7, 2015
1 parent 40119aa commit 6eae8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ artifacts:
- path: build/bin
name: neovim-qt
deploy:
release: neovim-qt-$(APPVEYOR_REPO_TAG_NAME)-$(APPVEYOR_BUILD_VERSION)
tag: staging
description: Automated builds (Appveyor)
provider: GitHub
auth_token:
secure: Hx2tU6GZPZNB6qGjHcIqa1tEm8fVGXZUVfXyjboVrPcmA9OWMTXhLxayDzMMl3kD
artifact: build\neovim-qt.zip
prerelease: true
on:
appveyor_repo_tag: true
configuration: RelWithDebInfo
draft: true

0 comments on commit 6eae8e5

Please sign in to comment.