-
I have setup Because of this goreleaser release --snapshot --clean
• skipping announce, publish and validate...
• cleaning distribution directory
... I have also tried to manually publish this tag, by executing the release manually and locally on the tag commit. However this also fails, as
Any idea on how could I accomplish the publication of this release? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you can use although the better approach is to checkout said tag, and run goreleaser from it. |
Beta Was this translation helpful? Give feedback.
you can use
--skip=validate
, which will release anywayalthough the better approach is to checkout said tag, and run goreleaser from it.