Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathkcm committed Aug 15, 2019
1 parent efaf1c7 commit 3ecd981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deploy:
APPVEYOR_REPO_TAG: true
on_success:
- ps: |
if(!$env:GITHUB_ACCESS_TOKEN) {exit 0}
if(!$env:GITHUB_ACCESS_TOKEN) {return}
$env:GIT_REDIRECT_STDERR = '2>&1'
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n"
Expand Down

0 comments on commit 3ecd981

Please sign in to comment.