Skip to content

how build for private project, push other public project,Only release binaries? #3449

Answered by caarlos0
hktalent asked this question in Q&A
Discussion options

You must be logged in to vote

Docs: https://goreleaser.com/customization/release/

# .goreleaser.yaml
release:
  # Repo in which the release will be created.
  # Default is extracted from the origin remote URL or empty if its private hosted.
  github:
    owner: user
    name: repo

A couple of tips for the future:

  • please use discussions for questions. A good indicator you were using the wrong medium was that you couldn't properly fill the issue template.
  • always search the docs first.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by caarlos0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request triage Issue pending triage by one of the maintainers
2 participants
Converted from issue

This discussion was converted from issue #3447 on October 10, 2022 17:44.