GoReleaser no remote configure to life refs from #2755
Answered
by
caarlos0
richmailYT
asked this question in
Q&A
-
GoReleaser check spits out
this is my .goreleaser.yml file
|
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Dec 11, 2021
Replies: 1 comment 6 replies
-
you don't have a git remote URL set.
You'll need to properly setup your local repository. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you don't have a git remote URL set.
git remote -v
is probably empty.You'll need to properly setup your local repository.