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
I'm having a problem when creating the release at gitlab. For what I can see the files as found, uploaded but for some reason the call to the API faills.
I'm using gitlab.com, have set up the access token.
I've tried not using glob pattern for assets, changing my GITLAB_TOKEN and using the GITLAB_URL and GITLAB_PREFIX (currently not using) but neither have helped.
The problem here is that you have to set an label/name for an url asset. Have a look into this comment: #393 (comment)
There already is a PR for automatic taking the name from the given URL (: (#401)
It solved my problem! Thank you.
Just noticed that i got a "HTTPError: Response code 429 (Too Many Requests)". Apparently the API got called many times to fetch MRs. Strange. Got to investigate. But thank you very much for your help.
Edit: Well, It was just the "successComment" that I hadn't noticed in the documentaion. Fixed.
I'm having a problem when creating the release at gitlab. For what I can see the files as found, uploaded but for some reason the call to the API faills.
I'm using gitlab.com, have set up the access token.
Packages versions
Gitlab.com CI/CD Log
.releaserc
I've tried not using glob pattern for assets, changing my GITLAB_TOKEN and using the GITLAB_URL and GITLAB_PREFIX (currently not using) but neither have helped.
Related issues: #158, #239
The text was updated successfully, but these errors were encountered: