diff --git a/.changeset/fix-snapi-api-changes-workflow.md b/.changeset/fix-snapi-api-changes-workflow.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/fix-snapi-api-changes-workflow.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/api-changes.yml b/.github/workflows/api-changes.yml index 1b15c256ed0..d95e332440e 100644 --- a/.github/workflows/api-changes.yml +++ b/.github/workflows/api-changes.yml @@ -6,15 +6,6 @@ on: - main - release/v4 - release/core-2 - paths: - - 'packages/backend/**' - - 'packages/clerk-js/**' - - 'packages/nextjs/**' - - 'packages/react/**' - - 'packages/shared/**' - - 'packages/ui/**' - - 'snapi.config.json' - - '.github/workflows/api-changes.yml' pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: @@ -39,7 +30,7 @@ concurrency: cancel-in-progress: ${{ github.event_name == 'pull_request' }} env: - SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d3ee0217f35a3b1ebb3ce73d252d12761b01f374 + SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d42ed8b7857f9254bbb2a6e9ead44d5e7b1aa60c SNAPI_FILTERS: >- --filter=@clerk/backend --filter=@clerk/clerk-js