Skip to content

Commit 92b98a5

Browse files
committed
fix(ci): fix jar release action dependencies
1 parent 083ab9b commit 92b98a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-datahub-jars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "::set-output name=tag::$TAG"
4848
publish:
4949
runs-on: ubuntu-latest
50-
needs: check-secret
50+
needs: ["check-secret", "setup"]
5151
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
5252
steps:
5353
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)