Skip to content

Commit 96f2145

Browse files
committed
Merge branch 'master' into shadergraph-rename-EditorAtrribute
2 parents 2e6b72f + 57895ce commit 96f2145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Tools/SboxBuild/Steps/SyncPublicRepo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ private string PushToPublicRepository( string relativeRepoPath )
508508
}
509509
}
510510

511-
if ( !Utility.RunProcess( "git", $"push public {PUBLIC_BRANCH} --force", relativeRepoPath ) )
511+
if ( !Utility.RunProcess( "git", $"push public {PUBLIC_BRANCH}", relativeRepoPath ) )
512512
{
513513
Log.Error( "Failed to push to public repository" );
514514
return null;

0 commit comments

Comments
 (0)