From 1a9e2a34a0beb216bb7703e022151f24e609c5cd Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 7 Feb 2024 18:18:34 -0500 Subject: [PATCH] try create changeset pr --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c841fe34f..39a6b115d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,11 @@ jobs: - name: Build run: pnpm run build + - name: Create Release Pull Request + uses: changesets/action@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # TODO: solve flaky tests # - name: Test # run: pnpm run test