fix: if statement? (#23)

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
Matthias Riegler
2023-10-05 08:36:46 +02:00
committed by GitHub
parent 6eef51b585
commit 4691e2b3d7

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
steps:
# Checkout code (full history)
- name: Checkout