File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 git_latest_release_tag : ${{ needs.latest-github-release.outputs.tag_name }}
123123 runs-on : ubuntu-latest
124124 secrets : inherit
125- needs : [publish-base]
125+ needs : [latest-github-release, build-version-compatibility-matrix, publish-base]
126126
127127 publish-spark :
128128 if : github.repository_owner == 'OKDP' && needs.latest-github-release.outputs.tag_name != ''
@@ -144,7 +144,7 @@ jobs:
144144 git_latest_release_tag : ${{ needs.latest-github-release.outputs.tag_name }}
145145 runs-on : ubuntu-latest
146146 secrets : inherit
147- needs : [publish-base]
147+ needs : [latest-github-release, build-version-compatibility-matrix, publish-base]
148148
149149 # # https://github.com/orgs/community/discussions/67654#discussioncomment-8038649
150150 partial-rerun-on-failure :
You can’t perform that action at this time.
0 commit comments