question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed step "success" of plugin "@semantic-release/github"

See original GitHub issue

I 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:

image

Is there anyone who can help me~~ Thanks a lot~~

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:30
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
tthytcommented, Sep 21, 2021

I was able to work around this error by suppressing the success commenting in .releaserc

        [
            "@semantic-release/github",
            {
                "successComment": false
            }
        ],

That way the problematic issue search query is skipped and the GH release can be created at least.

6reactions
Spaidericommented, Sep 21, 2021

Posting to raise priority, we are facing the same issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found