Skip to content

Commit 35f6258

Browse files
fix: correct gen.lock path in publish workflow
The publish workflow was watching .speakeasy/gen.lock but the actual gen.lock lives at cldprovisioning/.speakeasy/gen.lock due to the subdirectory module pattern. This prevented the publish workflow from ever triggering on push to main.
1 parent 40e1f27 commit 35f6258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
branches:
1111
- main
1212
paths:
13-
- .speakeasy/gen.lock
13+
- cldprovisioning/.speakeasy/gen.lock
1414
workflow_dispatch: {}
1515
jobs:
1616
publish:

0 commit comments

Comments
 (0)