Skip to content

Commit 7ba0f52

Browse files
committed
again
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 049880c commit 7ba0f52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,12 @@ jobs:
186186
if-no-files-found: error
187187

188188
- name: Debugging
189+
env:
190+
VERSION: ${{ fromJSON(steps.build-snapshot.outputs.metadata).version }}
191+
ARCH: ${{ fromJSON(steps.build-snapshot.outputs.metadata).runtime.goos }}-${{ fromJSON(steps.build-snapshot.outputs.metadata).runtime.goarch }}
189192
run: |
190-
echo '${{ toJSON(steps.build-snapshot.outputs) }}'
193+
echo '${{ env.VERSION }}'
194+
echo '${{ env.ARCH }}'
191195
192196
# - name: Debugging
193197
# run: |

0 commit comments

Comments
 (0)