From 1544d5098678ba7502826acda4117a56f4dd893d Mon Sep 17 00:00:00 2001 From: fiendish Date: Fri, 6 Jan 2017 16:21:27 +0100 Subject: [PATCH] maybe? --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41832702..0b4097c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,9 +12,9 @@ artifacts: - path: WinRel\MUSHclient.exe name: release_exe before_deploy: -- auth_token: + auth_token: secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz - ps: >- +- ps: >- git config --global credential.helper store Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" git tag -f latest_commit HEAD