diff --git a/appveyor.yml b/appveyor.yml index 563f05a..ef1441a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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):x-oauth-basic@github.com`n" } - cmd: git config --global user.email "aguacongas@gmail.com"