fix: explicitly check for true before running goreleaser (#21)

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

View File

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