We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
当前项目中的github action因为路径问题并未生效,导致无法正常通过tag事件来触发Release/npm包发布;
当前路径是:.github/publish.yml 应该改为:.github/workflows/publish.yml
.github/publish.yml
.github/workflows/publish.yml
实测改完之后可以正常发布,link