Skip to content

Commit d312035

Browse files
committed
If generation is already published, auto publish artifacts
1 parent 84755ad commit d312035

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MyApp.ServiceInterface/AgentServices.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ public async Task<object> Post(UpdateWorkflowGeneration request)
627627
VariantName = variantName,
628628
Description = description,
629629
Audio = audio,
630+
PublishedBy = generation.PublishedBy,
631+
PublishedDate = generation.PublishedDate,
630632
CreatedBy = generation.CreatedBy,
631633
CreatedDate = now,
632634
ModifiedBy = agentOwnerId,

0 commit comments

Comments
 (0)