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 083ab9b commit 92b98a5Copy full SHA for 92b98a5
.github/workflows/publish-datahub-jars.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "::set-output name=tag::$TAG"
48
publish:
49
runs-on: ubuntu-latest
50
- needs: check-secret
+ needs: ["check-secret", "setup"]
51
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
52
steps:
53
- uses: actions/checkout@v2
0 commit comments