git: push needed to update refs from the state after pushing.

This commit is contained in:
fiatjaf
2025-11-23 21:33:19 -03:00
parent 26fc7c338a
commit 75c1a88333

2
git.go
View File

@@ -588,6 +588,8 @@ var gitPush = &cli.Command{
return fmt.Errorf("failed to push to any remote")
}
gitUpdateRefs(ctx, "", state)
return nil
},
}