-
Notifications
You must be signed in to change notification settings - Fork 79
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
HTTPError: Response code 404 (Not Found) #299
Comments
I get the same error:
|
That looks like a blocker to me, any idea how we can get what's going on here ? Collaborator of @plup here, we got this issue in our publishing pipeline using @semantic-release/gitlab to push some of our packages update to NPM automatically and it stopped working right after our Gitlab hosting upgrade. We tried to push the semantic-release/gitlab version to 6.0.7 which should be the minimal compatible with Gitlab v14 but no luck. We are not familiar with debugging this component so any help appreciated. Hard to tell if we still have some configuration issues or anything else. |
An update to the last major version of all components ( |
We got the same error using v6.0.2 & [email protected]. Upgrading semantic-release/[email protected] worked out |
.releaserc
gitlab version: v11.4.0
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4",
"@semantic-release/npm": "^8.0.3",
"semantic-release": "^18.0.0"
Thanks for your help.
The text was updated successfully, but these errors were encountered: