Skip to content

Commit 6dcf35f

Browse files
Merge pull request #457 from laravel/fix-publish-workflow
Fix publish workflow
2 parents 1f306c4 + 71219b8 commit 6dcf35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: pnpm install
3838

3939
- name: "Publish ${{ matrix.adapter }} to npm"
40-
run: cd ./packages/${{ matrix.adapter }} && pnpm run build && pnpm run release
40+
run: pnpm -r --filter ./packages/laravel-echo --filter ./packages/${{ matrix.adapter }} build && pnpm run release

0 commit comments

Comments
 (0)