diff --git a/appveyor.yml b/appveyor.yml index 0f42b1d..4ba3caf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,3 +21,5 @@ deploy: on: branch: master # release from master branch only appveyor_repo_tag: true # deploy on tag push only +environment: + APPVEYOR_REPO_TAG: true \ No newline at end of file