-
| Hi, I configured the action with the following I was under the impression if I specify the plugins for the action with  Ie I don't want to do the npm release part, but I want to do the commit-analyzer, release-notes-generator, git But I see the plugins doesn't seem to override, as seen in the build log. Is there a way that I can complete the action when it gets to the tagging step, and then skip the npm release step and finish up the action? Thanks for the awesome action and docs :) I created the original discussion here: semantic-release/semantic-release#2392 | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
| I added the releaserc file and spesified the plugins there as well. | 
Beta Was this translation helpful? Give feedback.
I added the releaserc file and spesified the plugins there as well.
Works perfectly now. :)