test: output json from goreleaser
All checks were successful
test / test (push) Successful in 19s
ci / goreleaser (push) Successful in 28s

This commit is contained in:
Martin McCaffery 2025-11-19 09:53:11 +01:00
parent 593841bf1f
commit 6cc9905612
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533

View file

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