fix: debug statement (#26)

Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
Matthias Riegler
2023-10-05 08:42:56 +02:00
committed by GitHub
parent 21d9942629
commit 780455e749

View File

@@ -25,10 +25,12 @@ jobs:
needs:
- release-please
if: needs.release-please.outputs.release_created
env:
RELEASE_CREATED: ${{ needs.release-please.outputs.release_created }}
steps:
- name: debug
run:
echo "${{ needs.release-please.outputs.release_created }}"
echo $RELEASE_CREATED
exit 1
# Checkout code (full history)