Skip to content

Commit

Permalink
Try to fix deploy loop
Browse files Browse the repository at this point in the history
  • Loading branch information
carmineos authored Feb 5, 2019
1 parent 0ce5092 commit 5b84df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ artifacts:

deploy:
provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: vstancer $(VERSION_NAME)
auth_token:
secure: koH1kqQLiJXw2cH24CMO1v9OA/RZ/HKeFZA8RSKOznBMsIvodL4HhzKPciA4qyfE
draft: false
draft: true
prerelease: false
on:
branch: master
Expand Down

0 comments on commit 5b84df8

Please sign in to comment.