Skip to content

Commit 675cbec

Browse files
committed
fix(ci): run publish for each package
1 parent 6bf58c4 commit 675cbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: changesets/action@v1
4848
if: steps.build.outcome == 'success'
4949
with:
50-
publish: bun publish
50+
publish: bun run publish
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)