-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload assets #147
Comments
Seems the same for me as well. |
I'm having the same issue. If I run |
Seems to be related to #139. Our GitLab pipeline was running with Seems to be because of sindresorhus/got#1107 |
I've tested this using NodeJS 14.3.0 in Alpine. Works as expected. Here's my Dockerfile that creates a working Semantic Release image including the GitLab plugin if you also want to test this on your end:
|
Closing this as it seems to be a duplicate of #139. Feel free to reopen if I got this wrong! |
Hi all,
I'm having an issue with uploading assets along with my release.
It seems to find the files fine but is unable to finalize the publish step, giving no errors or indication why it is failing.
The gitlab-CI pipeline indicates that it has run fine but no release is created.
The last debug log that can be seen from the gitlab-runner is:
Here is my plugin config:
When the assets object is removed from the config the plugin works fine.
Any clues and ideas are much appreciated!
Thank you
The text was updated successfully, but these errors were encountered: