diff --git a/.github/workflows/publish-datahub-jars.yml b/.github/workflows/publish-datahub-jars.yml index 5aec66bc33..393f9d993e 100644 --- a/.github/workflows/publish-datahub-jars.yml +++ b/.github/workflows/publish-datahub-jars.yml @@ -201,7 +201,7 @@ jobs: permissions: id-token: write contents: read - needs: ["check-secret", "setup"] + needs: ["check-secret", "setup", "publish"] if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }} steps: - uses: acryldata/sane-checkout-action@v3