From fd8724373dc1c91c059f1c7d9f79260c8c47fd95 Mon Sep 17 00:00:00 2001
From: holgern <holgernahrstaedt@gmx.de>
Date: Wed, 8 Apr 2020 09:46:45 +0200
Subject: [PATCH] fix deploy

---
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index ed9dee4c..b4f9341b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -118,12 +118,12 @@ on_finish:
 deploy:
   provider: GitHub
   auth_token:
-    secure: H6iG8N9jE/dZ8hp6PlSwjttNZ7j1pyvKSH0B8SgM9Iw4mmrjbR+VCxp8ZbehOqgo
+    secure: 0/vpfUG++7riJDu6Zc0smoTJJJm1t9/qiOzY/IR5vtaFNZNVYmRbEt8jS8LxpnFW
   artifact: beempy, beempy_sha256, beempy_onefile, beempy_onefile_sha256, beempy_installer, beempy_installer_sha256
   draft: true
   prerelease: true
   description: "standalone executable of beempy for windows"
-#  tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
+  tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
   on:
 #    configuration: Release    # Debug contains non-redist MS DLLs
     APPVEYOR_REPO_TAG: true   # deploy on tag push only
-- 
GitLab