1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-28 04:44:34 +02:00
James Telfer 2bdfbdcbfe
fix: signature template failed silently after signing process completed ()
The presence of an artifact field in the `signature` or `certificate`
template field caused a silent failure in the template when re-applied
after the external signing process was called.

This was due to the artifact being presence in the template context
before the signing process, but not after. An error here was also
ignored.

The fix supplies the artifact to the template context, and also allows a
template failure to
fail the overall process.

As far as I can tell, this change aligns behaviour to match existing
documentation.

Fixes 
2024-09-23 09:14:26 -03:00
..
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-06-22 22:43:57 -03:00
2024-05-26 15:02:57 -03:00
2024-06-11 09:23:21 -03:00
2024-06-05 16:28:17 -03:00
2024-09-07 11:09:21 -03:00