Skip to content

Commit

Permalink
try create changeset pr
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 7, 2024
1 parent 905ffd3 commit 1a9e2a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a9e2a3

Please sign in to comment.