Skip to content

Commit 491c8b2

Browse files
committed
try this
1 parent 677fb0c commit 491c8b2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ jobs:
3838
PATHS_RELEASED: ${{ needs.release-please.outputs.paths_released }}
3939
with:
4040
script: |
41-
const paths = JSON.parse(process.env.PATHS_RELEASED || '[]');
41+
const paths = [
42+
'crates/bizi-server',
43+
'packages/client-js',
44+
'apps/tui',
45+
'apps/tui/packages/bizi-darwin-arm64',
46+
'apps/tui/packages/bizi-darwin-x64',
47+
'apps/tui/packages/bizi-win32-x64',
48+
'apps/tui/packages/bizi-win32-arm64'
49+
];
4250
await github.rest.repos.createDispatchEvent({
4351
owner: context.repo.owner,
4452
repo: context.repo.repo,

0 commit comments

Comments
 (0)