Skip to content

Commit

Permalink
Fix tremor-script dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Oct 23, 2024
1 parent aa644fd commit be70b02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ jobs:
run: cargo release publish -p tremor-influx -x --no-confirm

publish-tremor-script:
needs: [publish-tremor-common, publish-tremor-value, publish-tremor-influx]
needs:
[
publish-tremor-common,
publish-tremor-value,
publish-tremor-influx,
publish-tremor-codec,
]
name: Publish tremor script
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit be70b02

Please sign in to comment.