We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ff69b commit b9306d3Copy full SHA for b9306d3
generate-change-log.ps1
@@ -31,6 +31,6 @@ else
31
git add CHANGELOG.md
32
git commit -m "Update CHANGELOG for v$env:NBGV_NuGetPackageVersion"
33
# need to wrap the git command bellow so it doesn't throw an error because of redirecting the output to stderr
34
- git push origin --porcelain | Write-Host
+ git push origin "HEAD:$env:APPVEYOR_REPO_BRANCH" --porcelain | Write-Host
35
}
36
0 commit comments