Skip to content

Commit 50b1ad4

Browse files
committed
Fix dependency graph for crate publication
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent c9714ab commit 50b1ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-crates.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2222

2323
publish-tremor-value:
24+
needs: [publish-tremor-common]
2425
name: Publish tremor value
2526
runs-on: ubuntu-latest
2627
steps:

0 commit comments

Comments
 (0)