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}}"