Skip to content

Commit a55da54

Browse files
te6-inclaude
andcommitted
fix(ci): use explicit glob paths for snapshot publish
'./packages/**' matched node_modules subdirectories causing pkg-pr-new to fail on package.json files without name fields. Use explicit single-level globs instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6f11192 commit a55da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: bun packages:build
4444

4545
- name: Publish
46-
run: bunx pkg-pr-new publish './packages/!(archive)/**' --compact --comment=off --json output.json
46+
run: bunx pkg-pr-new publish './packages/*' './packages/react-headless/*' './packages/utils/*' --compact --comment=off --json output.json
4747

4848
- name: Comment on PR
4949
uses: actions/github-script@v8

0 commit comments

Comments
 (0)