Failed step "success" of plugin "@semantic-release/github"
See original GitHub issueI ran npx semantic-release
in my Github pipeline with my GITHUB_TOKEN
.
Everything went well. A new tag is published, but there comes an error at the last step Failed step "success" of plugin "@semantic-release/github"
.
Logs show below:
Is there anyone who can help me~~ Thanks a lot~~
Issue Analytics
- State:
- Created 2 years ago
- Reactions:30
- Comments:16 (3 by maintainers)
Top Results From Across the Web
Failed step "fail" of plugin "@semantic-release/github" - Stack ...
The testing step passes, but the publish step fails at "Run npx semantic release". This is the YML script I am using: name:...
Read more >@semantic-release/github - npm
semantic -release plugin to publish a GitHub release and comment on released Pull Requests/Issues. Latest version: 8.0.7, last published: a ...
Read more >Plugins - semantic-release
success : Add a comment to GitHub issues and pull requests resolved in the release. fail : Open a GitHub issue when a...
Read more >semantic-release/semantic-release - Gitter
when I set success to false it works as intended, it pushes changelog file and ... [Semantic release]: Load plugin fail from @semantic-release/github...
Read more >@semantic-release/github | Yarn - Package Manager
semantic -release plugin to publish a GitHub release and comment on released Pull Requests/Issues. git, github, issue, notifications ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was able to work around this error by suppressing the success commenting in
.releaserc
That way the problematic issue search query is skipped and the GH release can be created at least.
Posting to raise priority, we are facing the same issue