Skip to content

Commit 7645e73

Browse files
committed
and again
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 383f628 commit 7645e73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,12 @@ jobs:
184184
if-no-files-found: error
185185

186186
- name: Debugging
187-
run: echo "${{ fromJSON(steps.build-snapshot.outputs.metadata) }}"
187+
run: |
188+
echo '${{ fromJSON(steps.build-snapshot.outputs.metadata) }}'
188189
189190
- name: Debugging
190-
run: echo "${{ fromJSON(steps.build-snapshot.outputs.artifacts) }}"
191+
run: |
192+
echo '${{ fromJSON(steps.build-snapshot.outputs.artifacts) }}'
191193
192194
- name: Build container images locally
193195
if: contains(fromJSON(steps.build-snapshot.outputs.artifacts).*.type, 'Docker Image') == 'true'

0 commit comments

Comments
 (0)