Skip to content

Commit

Permalink
Fix version of Changesets Action
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Mar 4, 2024
1 parent 6134490 commit 0231194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Create release PR or publish to npm
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/canary') && matrix.node == 18
uses: changesets/action@main
uses: changesets/action@v1
with:
publish: npm run release
env:
Expand Down

0 comments on commit 0231194

Please sign in to comment.