mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
fix: add debug statement (#25)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@@ -26,6 +26,11 @@ jobs:
|
||||
- release-please
|
||||
if: needs.release-please.outputs.release_created
|
||||
steps:
|
||||
- name: debug
|
||||
run:
|
||||
echo "${{ needs.release-please.outputs.release_created }}"
|
||||
exit 1
|
||||
|
||||
# Checkout code (full history)
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user