-
|
How to configure GoReleaser to do a release in GitHub Actions for a library repository -- no binary? I know the it is possible using the CLI with a configuration file: builds:
How can this be done in a CICD release script, such as a GitHub Action? |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Jul 21, 2022
Replies: 1 comment 3 replies
-
|
the same way binary releases work... just create the goreleaser workflow and the goreleaser config file... |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the same way binary releases work... just create the goreleaser workflow and the goreleaser config file...
example: https://github.com/caarlos0/env/blob/60b5226da3e5e4ca3dcb795b8416f30c5cb2c5a9/.github/workflows/build.yml#L47-L61