The automated release is failing 🚨 #3
Labels
No labels
Clarity
bug
ci
confirmed
critical
discussion
documentation
enhancement
semantic-release
suggestion
support
tests
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: zweieuro/web-user-interface-lib#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🚨 The automated release from the
mainbranch failed. 🚨I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.
You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I'm sure you can fix this 💪.
Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.
Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the
mainbranch. You can also manually restart the failed CI job that runs semantic-release.If you are not sure how to resolve this, here are some links that can help you:
If those don't help, or if this issue is reporting something you think isn't right, you can always ask the humans behind semantic-release.
Invalid npm token.
The npm token configured in the
NPM_TOKENenvironment variable must be a valid token allowing to publish to the registryhttps://registry.npmjs.org/.If you are using Two Factor Authentication for your account, set its level to "Authorization only" in your account settings. semantic-release cannot publish with the default "
Authorization and writes" level.
Please make sure to set the
NPM_TOKENenvironment variable in your CI with the exact value of the npm token.Good luck with your project ✨
Your semantic-release bot 📦 🚀