Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Jan 6, 2017
1 parent c967c37 commit ca02746
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Expand Up @@ -15,11 +15,10 @@ before_deploy:
- provider: GitHub
auth_token:
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
- 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
git push -f origin latest_commit
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git tag -f latest_commit HEAD
- git push -f origin latest_commit
deploy:
- provider: GitHub
tag: latest_commit
Expand Down

0 comments on commit ca02746

Please sign in to comment.