We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6cf41 commit 90444b2Copy full SHA for 90444b2
1 file changed
appveyor.yml
@@ -89,9 +89,10 @@ deploy:
89
secure: YLdtUMsAcc8FUr3kgwhQW7nkl5jDpLKbelvzWzzTWUfAiDd92Kd15rjlDJVEEFzo
90
artifact: archive
91
draft: true
92
- force_update: true
+ force_update: false
93
prerelease: true
94
+ tag: $(APPVEYOR_REPO_TAG_NAME)
95
on:
- branch: master # release from master branch only
96
+ branch: $(APPVEYOR_REPO_TAG_NAME)
97
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 # mingw is default for now
98
appveyor_repo_tag: true # deploy on tag push only
0 commit comments