Skip to content

Commit

Permalink
Fix wrongly configured repo for github release creation (Azure#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Mar 6, 2024
1 parent fdf2411 commit 14c1ad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- template: ./templates/install.yml
parameters:
nodeVersion: "20.x"

- template: ./templates/build.yml

- script: pnpm run test-official
Expand All @@ -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)
Expand Down

0 comments on commit 14c1ad3

Please sign in to comment.