We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24157 commit 1544d50Copy full SHA for 1544d50
appveyor.yml
@@ -12,9 +12,9 @@ artifacts:
12
- path: WinRel\MUSHclient.exe
13
name: release_exe
14
before_deploy:
15
-- auth_token:
+ auth_token:
16
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
17
- ps: >-
+- ps: >-
18
git config --global credential.helper store
19
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
20
git tag -f latest_commit HEAD
0 commit comments