Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e7f7e5b

Browse files
Fixing build error
1 parent 8d47470 commit e7f7e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PUblishView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public override void OnGUI()
220220
}
221221

222222
GitClient.RemoteAdd("origin", repository.CloneUrl)
223-
.Then(GitClient.Push("origin", Repository.CurrentBranch))
223+
.Then(GitClient.Push("origin", Repository.CurrentBranch.Value.Name))
224224
.ThenInUI(Parent.Finish)
225225
.Start();
226226
}, owners[selectedOwner] == username ? null : owners[selectedOwner]);

0 commit comments

Comments
 (0)