-
I wonder how you know the service URL of a Gitea hosted Repository. I mean the Gitea GO SDK needs a url + owner + repo etc. Your example states: # .goreleaser.yml
release:
# Same as for github and gitlab
# Note: it can only be one: either github, gitlab or gitea
gitea:
owner: user
name: repo How is that possible to work? Thanks :-) |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Feb 1, 2021
Replies: 2 comments 2 replies
-
Any consense to this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You need to set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set
gitea_urls
in your config. https://goreleaser.com/environment/#gitea