-
Hi, The source is located at Kovah/DevLorem.
This is the output:
What am I doing wrong? :( Thanks in advance for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
it does print, seems like the command returned and empty output... https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/before/before.go#L42 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the super fast reply! I thought that it might be the fault of the rice command not returning an output, so I tested a few other things by running the action workflow locally with act. I am not sure if this is intended, but other commands do not return any output too, if they fail.
To make sure there is no issue with my configuration, I re-initialized Goreleaser with
Is this a possible bug? |
Beta Was this translation helpful? Give feedback.
it does print, seems like the command returned and empty output...
https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/before/before.go#L42