We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677fb0c commit 491c8b2Copy full SHA for 491c8b2
1 file changed
.github/workflows/release-please.yml
@@ -38,7 +38,15 @@ jobs:
38
PATHS_RELEASED: ${{ needs.release-please.outputs.paths_released }}
39
with:
40
script: |
41
- const paths = JSON.parse(process.env.PATHS_RELEASED || '[]');
+ 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
+ ];
50
await github.rest.repos.createDispatchEvent({
51
owner: context.repo.owner,
52
repo: context.repo.repo,
0 commit comments