mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
[Bug] Plugin has not been successfully released to the market. Something went error with CI. #217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yinxulai on GitHub (Aug 13, 2025).
Originally assigned to: @RockChinQ on GitHub.
Bug Report
Description
The Qiniu plugin has not been successfully released to the market. Something went error with CI.
CI Error
Related Links
Labels
bugci/cdgithub-actions@jingfelix commented on GitHub (Aug 31, 2025):
Hi. I noticed that you added tools functions in https://github.com/qiniu/dify-plugin/commit/5eb28bb8e71e89a8772b6fe8dbf84f6e44369507 .
modelandtooltypes should be seperated into two different plugins, which led to the error above.@yinxulai commented on GitHub (Sep 2, 2025):
Why is it designed this way? Is there any explanation for it?
@jingfelix commented on GitHub (Sep 3, 2025):
A single plugin with multiple functions can be confusing, so a plugin should only contain one category.
@yinxulai commented on GitHub (Sep 3, 2025):
For us, we hope that users can access all the services we provide by installing just one plugin, rather than having to install multiple plugins, which is more convenient for both usage and dissemination.
@yinxulai commented on GitHub (Dec 17, 2025):
Please take another look at this error. I've already adjusted the plugin, and now there's only one category, but it's still giving me the error.
https://github.com/langgenius/dify-plugins/actions/runs/20265564614/job/58187853154
@jingfelix commented on GitHub (Dec 17, 2025):
@RockChinQ
@RockChinQ commented on GitHub (Dec 17, 2025):
hi @yinxulai , please add a 'README.md' for the english version README in the root path of plugin.
@RockChinQ commented on GitHub (Dec 17, 2025):
You can file a new PR once you have done this.