Skip to content

Commit

Permalink
ci: update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Sep 26, 2019
1 parent 651bf93 commit 7e1c3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ for:
only:
- /release*/
on_success:
- cmd: semantic-release -b %APPVEYOR_REPO_BRANCH%
- cmd: git config --global credential.helper store
- ps: if ($isWindows) { Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GH_TOKEN):[email protected]`n" }
- cmd: git config --global user.email "[email protected]"
Expand Down

0 comments on commit 7e1c3f6

Please sign in to comment.