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.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
当前项目中的github action因为路径问题并未生效,导致无法正常通过tag事件来触发Release/npm包发布;
当前路径是:.github/publish.yml 应该改为:.github/workflows/publish.yml
.github/publish.yml
.github/workflows/publish.yml
实测改完之后可以正常发布,link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前项目中的github action因为路径问题并未生效,导致无法正常通过tag事件来触发Release/npm包发布;
当前路径是:
.github/publish.yml
应该改为:
.github/workflows/publish.yml
实测改完之后可以正常发布,link
The text was updated successfully, but these errors were encountered: