diff --git a/git.go b/git.go index 363154d..4c0fcb0 100644 --- a/git.go +++ b/git.go @@ -588,6 +588,8 @@ var gitPush = &cli.Command{ return fmt.Errorf("failed to push to any remote") } + gitUpdateRefs(ctx, "", state) + return nil }, }