ci: github action boolean in env check 'true' string

This commit is contained in:
Zaiming (Stone) Shi 2023-05-05 23:58:24 +02:00
parent a7f8e33321
commit 429d193af7
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ jobs:
publish_artifacts:
runs-on: ubuntu-22.04
needs: [prepare, mac, linux]
if: needs.prepare.outputs.IS_EXACT_TAG
if: needs.prepare.outputs.IS_EXACT_TAG == 'true'
strategy:
fail-fast: false
matrix: