You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> 5. Upload the release
-> 5.1 Configure HTTPS download server
Github uses well configured https.
-> 5.2 Upload to Github
Creating new Github release '0.2.0'.
==> ERROR: Github API message: 'Validation Failed'. Check your token configuration: https://github.com/settings/tokens
The error is quite missleading. It happens because no branch exists upstream, so the release cannot be tagged onto that branch. We should either push the current branch (which has pro & cons) or detect that issue as early as possible.
The text was updated successfully, but these errors were encountered:
How to reproduce:
The error:
The error is quite missleading. It happens because no branch exists upstream, so the release cannot be tagged onto that branch. We should either push the current branch (which has pro & cons) or detect that issue as early as possible.
The text was updated successfully, but these errors were encountered: