Skip to content

Commit 3729d8b

Browse files
committed
recreate change from stable
sorry for direct commit
1 parent 13d2764 commit 3729d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExternalSampleProjects/ExternalSamplesUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static void Publish()
102102
UnityEngine.Debug.Log($"Created package at {packagePath}");
103103

104104
RunGitCommannd($"tag {InputSystem.version}");
105-
RunGitCommannd($"push --tags https://jechter:{token}@github.com/Unity-Technologies/InputSystem.git");
105+
RunGitCommannd($"push --tags https://stefanunity:{token}@github.com/Unity-Technologies/InputSystem.git");
106106

107107
string uploadUrl;
108108

0 commit comments

Comments
 (0)