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 1d3cb5c commit b5fea5eCopy full SHA for b5fea5e
utils/swift_snapshot_tool/Sources/swift_snapshot_tool/run_toolchain.swift
@@ -56,7 +56,7 @@ struct RunToolchains: AsyncParsableCommand {
56
}
57
58
// Load our tags from swift's github repo
59
- let tags = try! await getTagsFromSwiftRepo(branch: branch, dryRun: true)
+ let tags = try! await getTagsFromSwiftRepo(branch: branch)
60
61
guard var tagIndex = tags.firstIndex(where: { $0.tag.name == self.tag }) else {
62
log("Failed to find tag: \(self.tag)")
0 commit comments