Skip to content

Commit

Permalink
ci: changsets install workspaces false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 17, 2024
1 parent fec17f6 commit 5962d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node_version: 20.10.0
- name: Install root for @changesets/cli
shell: bash
run: npm install
run: npm install --workspaces=false
- name: Update release pull request or publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 5962d4f

Please sign in to comment.