From 34c1d6a3e1f26839d88e31627a5eeccb96e3ec17 Mon Sep 17 00:00:00 2001 From: Ted Hudek Date: Thu, 12 Sep 2024 16:43:32 +0000 Subject: [PATCH] Update ci-authoring-pipeline.yml for Azure Pipelines --- ci-authoring-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-authoring-pipeline.yml b/ci-authoring-pipeline.yml index eef9d4a698f..a059e1e5a55 100644 --- a/ci-authoring-pipeline.yml +++ b/ci-authoring-pipeline.yml @@ -31,6 +31,7 @@ jobs: git checkout main git merge gh-public/staging --no-ff --no-commit if [ $? -eq 0 ]; then + git commit -m "Merged staging into main" git push gh-public main:staging git push origin main:main git checkout release-amethyst