Skip to content

Commit

Permalink
fix(ci): fix release workflow publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jul 12, 2023
1 parent 395b6a1 commit 986e1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Publish
uses: changesets/action@v1
with:
publish: changeset version && changeset publish
publish: pnpm changeset publish
commit: 'chore(packages): version packages'
title: 'chore(packages): version packages'
env:
Expand Down

0 comments on commit 986e1a7

Please sign in to comment.