Compare commits

...

1 commit
main ... v0.0.9

Author SHA1 Message Date
7a69b2e519
test: output json from goreleaser
All checks were successful
test / test (push) Successful in 19s
ci / goreleaser (push) Successful in 34s
2025-11-19 09:55:28 +01:00

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