From 7a69b2e5190ef4f2c2224700fae871dd55094579 Mon Sep 17 00:00:00 2001 From: Martin McCaffery Date: Wed, 19 Nov 2025 09:53:11 +0100 Subject: [PATCH] test: output json from goreleaser --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3040258..ed2fc17 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,3 +32,8 @@ jobs: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} with: args: release --clean + + - name: TEST output json (artifacts) + run: echo "${{steps.goreleaser.outputs.artifacts}}" + - name: TEST output json (metadata) + run: echo "${{steps.goreleaser.outputs.metadata}}"