Custom publish based on artifact type #4396
-
We are using Go Releaser Pro and currently do not use it to publish but are investigating the potential to use it The following reasons are why we have not used Go Releaser for publishing artifacts...
To solve for problem one we would like to use the custom publisher with jfrog cli and put the custom publish steps in our global Go Releaser config file to upload debians, binaries, docker images. We would like to have a custom publisher configuration per artifact type. So I was wondering if there is a way to filter or only run a custom publish on a specific artifact type? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
not right now, you could though run a shell script, and filter there, although its less clean. def something to improve on goreleaser's side! |
Beta Was this translation helpful? Give feedback.
-
v2.5 will allow an |
Beta Was this translation helpful? Give feedback.
v2.5 will allow an
if
filter in custom publishershttps://goreleaser.com/customization/publishers/