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 a5c253d commit 604167cCopy full SHA for 604167c
ReleaseTooling/Sources/FirebaseReleaser/main.swift
@@ -74,6 +74,7 @@ struct FirebaseReleaser: ParsableCommand {
74
75
Shell.executeCommand("git checkout \(baseBranch)", workingDir: gitRoot)
76
Shell.executeCommand("git pull origin \(baseBranch)", workingDir: gitRoot)
77
+ Shell.executeCommand("git fetch origin --tags --force", workingDir: gitRoot)
78
79
if initBranch {
80
let branch = InitializeRelease.setupRepo(gitRoot: gitRoot)
0 commit comments