Merge pull request #8370 from Rory-Z/ci/fix-build-error

ci: fix build error
This commit is contained in:
zhouzb 2022-07-01 11:52:42 +08:00 committed by GitHub
commit 8a9b0649e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ jobs:
publish_artifacts:
runs-on: ubuntu-20.04
needs: [prepare, mac, linux, docker]
needs: [prepare, mac, linux]
if: ${{ needs.prepare.outputs.IS_EXACT_TAG }}
strategy:
fail-fast: false