Skip to content

Commit

Permalink
chore: fix changeset CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 22, 2023
1 parent 8a7e589 commit 77aad8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-repo
- name: run build
run: pnpm run -r --stream --filter=!./docs build
- run: pnpm run build
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 77aad8e

Please sign in to comment.