You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a separate issue to continue discussion with @crazy-max from #1149.
I've configured goreleaser under GitHub actions on my project here. I was able to run successful test releases without signing enabled (which I deleted, because they were tests) but am unable to successfully release with signing enabled.
My release workflow is here and my goreleaser configuration is here.
When I push a tag the release workflow fails with the following error during the signing step:
release failed after 78.74s error=sign: gpg failed with ""
An example of a failure, with goreleaser's debugging enabled, can be found here.
The key is configured as a GitHub secret, and imports correctly in the step prior to running goreleaser. The configuration also runs successfully on a system with the same key imported when I run goreleaser release --skip-publish. The key does not have a passphrase (I started with one but decided tackle the simpler case first).
I've tried more permutations of configuration than I can possibly list over the past few days, but will give any suggestion a shot. Any ideas on getting a useful error out of gpg would also be appreciated.
The text was updated successfully, but these errors were encountered:
Creating a separate issue to continue discussion with @crazy-max from #1149.
I've configured goreleaser under GitHub actions on my project here. I was able to run successful test releases without signing enabled (which I deleted, because they were tests) but am unable to successfully release with signing enabled.
My release workflow is here and my goreleaser configuration is here.
When I push a tag the release workflow fails with the following error during the signing step:
An example of a failure, with goreleaser's debugging enabled, can be found here.
The key is configured as a GitHub secret, and imports correctly in the step prior to running goreleaser. The configuration also runs successfully on a system with the same key imported when I run
goreleaser release --skip-publish
. The key does not have a passphrase (I started with one but decided tackle the simpler case first).I've tried more permutations of configuration than I can possibly list over the past few days, but will give any suggestion a shot. Any ideas on getting a useful error out of
gpg
would also be appreciated.The text was updated successfully, but these errors were encountered: