-
Hi, I'm trying to run the first publish to github by running
BTW, I'm using Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
that error is coming from github, which means your creds are invalid. goreleaser should log which creds its using (e.g. it will log if its using |
Beta Was this translation helpful? Give feedback.
that error is coming from github, which means your creds are invalid.
goreleaser should log which creds its using (e.g. it will log if its using
$GITHUB_TOKEN
or the env file), so, make sure its using the right one there.