Skip to content

Commit

Permalink
Rrrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 10, 2025
1 parent 86d8d49 commit db20e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/release-orchestrator/src/steps/changesetStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export const changesetStatus = async (): Promise<ChangesetStatus> => {

try {
// fetch commits between current branch and main
await run('git fetch origin ${GITHUB_REF#refs/heads/} --shallow-exclude main');
console.log(await run('git diff --name-only origin/main...${GITHUB_REF#refs/heads/}'));
console.log(await run('git fetch origin ${GITHUB_REF#refs/heads/} --shallow-exclude main'));
await run(`yarn changeset status --output=${basefile}`);
} catch (err) {
console.log(err);
Expand Down

0 comments on commit db20e55

Please sign in to comment.