Use == 'true'.

This commit is contained in:
Patrick Lehmann
2025-04-26 20:07:08 +02:00
parent 4ebf262921
commit 3f7b0c221b
3 changed files with 9 additions and 13 deletions

View File

@@ -215,7 +215,7 @@ jobs:
# - StaticTypeCheck
- Package
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_tag
if: needs.Prepare.outputs.is_release_tag == 'true'
permissions:
contents: write
actions: write
@@ -229,7 +229,7 @@ jobs:
- UnitTestingParams
- ReleasePage
# - Package
if: needs.Prepare.outputs.is_release_tag
if: needs.Prepare.outputs.is_release_tag == 'true'
with:
python_version: ${{ needs.UnitTestingParams.outputs.python_version }}
requirements: -r dist/requirements.txt