From 14c1ad36cb66830789b297452058c71b2d1fd9b5 Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Wed, 6 Mar 2024 09:12:42 -0800 Subject: [PATCH] Fix wrongly configured repo for github release creation (#371) --- eng/pipelines/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 9c6924d6d6..1d62c79331 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -33,6 +33,7 @@ jobs: - template: ./templates/install.yml parameters: nodeVersion: "20.x" + - template: ./templates/build.yml - script: pnpm run test-official @@ -57,7 +58,7 @@ jobs: cat ./publish-summary.json displayName: Log publish summary - - script: pnpm chronus-github create-releases --repo microsoft/typespec --publish-summary ./publish-summary.json + - script: pnpm chronus-github create-releases --repo azure/typespec-azure --publish-summary ./publish-summary.json displayName: Create github releases env: GITHUB_TOKEN: $(azuresdk-github-pat)