We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9714ab commit 50b1ad4Copy full SHA for 50b1ad4
.github/workflows/publish-crates.yaml
@@ -21,6 +21,7 @@ jobs:
21
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
22
23
publish-tremor-value:
24
+ needs: [publish-tremor-common]
25
name: Publish tremor value
26
runs-on: ubuntu-latest
27
steps:
0 commit comments