We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e5a8f commit 376078aCopy full SHA for 376078a
tools/changelog/changelog.main.kts
@@ -525,7 +525,7 @@ fun githubClone(repo: String): File {
525
pipeProcess("git clone --bare $url $absolutePath").waitAndCheck()
526
} else {
527
println("Fetching $url into ${folder.absolutePath}")
528
- pipeProcess("git -C $absolutePath fetch --tags").waitAndCheck()
+ pipeProcess("git -C $absolutePath fetch --force --tags").waitAndCheck()
529
}
530
return folder
531
0 commit comments