diff --git a/.changeset/config.json b/.changeset/config.json index b17438e3..b3684d39 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "origin/main", "updateInternalDependencies": "patch", "ignore": [] } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a26e2b3..8714fa2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: run: yarn test - name: Changeset - run: yarn changeset status --since=main + run: yarn changeset status --since origin/main