diff --git a/.travis.yml b/.travis.yml index ae2d097..fa80902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,5 +35,5 @@ deploy: skip_cleanup: true prerelease: true on: - #tags: true + tags: true all_branches: true diff --git a/appveyor.yml b/appveyor.yml index e196129..bb7e4bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,3 +67,4 @@ deploy: force_update: true on: configuration: release + appveyor_repo_tag: true