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 13d2764 commit 3729d8bCopy full SHA for 3729d8b
ExternalSampleProjects/ExternalSamplesUtility.cs
@@ -102,7 +102,7 @@ public static void Publish()
102
UnityEngine.Debug.Log($"Created package at {packagePath}");
103
104
RunGitCommannd($"tag {InputSystem.version}");
105
- RunGitCommannd($"push --tags https://jechter:{token}@github.com/Unity-Technologies/InputSystem.git");
+ RunGitCommannd($"push --tags https://stefanunity:{token}@github.com/Unity-Technologies/InputSystem.git");
106
107
string uploadUrl;
108
0 commit comments