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 c21ca7e commit dc62f2eCopy full SHA for dc62f2e
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