diff --git a/appveyor.yml b/appveyor.yml index 412ced1..aabb614 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,4 +38,4 @@ deploy: draft: false prerelease: false on: - appveyor_repo_tag: true # deploy on tag push only + APPVEYOR_REPO_TAG: true # deploy on tag push only