Skip to content

Commit f7e0d68

Browse files
committed
fix(ci): republish the CLI when its workflow or bundled workspace code changes
1 parent d21b6e8 commit f7e0d68

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-sim-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: [main, staging, dev]
66
paths:
77
- 'packages/sim-cli/**'
8+
# The build bundles its workspace dependencies, so a change there
9+
# changes what ships.
10+
- 'packages/utils/**'
11+
# A change to how the package is built or published has to republish it.
12+
- '.github/workflows/publish-sim-cli.yml'
813

914
permissions:
1015
contents: read

0 commit comments

Comments
 (0)