fix: if condition (#22)

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
Matthias Riegler
2023-10-05 08:24:08 +02:00
committed by GitHub
parent 9c82b60fd8
commit cee6912f57

View File

@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- release-please
if: ${{ needs.release-please.outputs.release_created == "true" }}
if: needs.release-please.outputs.release_created == 'true'
steps:
# Checkout code (full history)
- name: Checkout