Skip to content

Commit

Permalink
Re-enable publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Aug 9, 2023
1 parent ef5db94 commit 71a44c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- 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 == 16
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/canary') && matrix.node == 20
uses: changesets/action@v1
with:
publish: npm run release
Expand Down

0 comments on commit 71a44c1

Please sign in to comment.