mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
fix: debug statement (#26)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user