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 a4421cf commit a0301beCopy full SHA for a0301be
main.go
@@ -616,6 +616,7 @@ func migrateProject(ctx context.Context, proj []string) error {
616
if err = repo.PushContext(ctx, &git.PushOptions{
617
RemoteName: "github",
618
Force: true,
619
+ FollowTags: true,
620
//Prune: true, // causes error, attempts to delete main branch
621
}); err != nil {
622
upToDateError := errors.New("already up-to-date")
0 commit comments