ci: github action boolean in env check 'true' string
This commit is contained in:
parent
a7f8e33321
commit
429d193af7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue