diff options
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c4f1497..f6c2564 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ deploy: artifact: /.*\.zip/ draft: false prerelease: true + force_update: true tag: $(APPVEYOR_REPO_TAG_NAME) on: appveyor_repo_tag: true |
