Skip to content

Commit b9306d3

Browse files
authored
Update generate-change-log.ps1
1 parent 61ff69b commit b9306d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-change-log.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ else
3131
git add CHANGELOG.md
3232
git commit -m "Update CHANGELOG for v$env:NBGV_NuGetPackageVersion"
3333
# 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
34+
git push origin "HEAD:$env:APPVEYOR_REPO_BRANCH" --porcelain | Write-Host
3535
}
3636
}

0 commit comments

Comments
 (0)