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