Add Github Action for Publishing to Comfy Registry#1
Add Github Action for Publishing to Comfy Registry#1robinjhuang wants to merge 1 commit intogateway:mainfrom
Conversation
Code reviewFound 3 issues:
ComfyUI-Kie-API/.github/workflows/publish.yml Lines 1 to 28 in da623b8
ComfyUI-Kie-API/.github/workflows/publish.yml Lines 6 to 9 in da623b8
ComfyUI-Kie-API/.github/workflows/publish.yml Lines 20 to 23 in da623b8 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Code reviewFound 1 issue:
🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
This PR adds a Github Action (publish-node-action) that will publish an updated version of your custom node to the registry whenever the
pyproject.tomlfile changes. The pyproject.toml defines the custom node version you want to publish (added in another PR). Make sure you update the version number inpyproject.tomlwhen you make a change that should be published to everyone!Action Required:
masterormain) inpublish.yamlmatches the branch you want to use as the publishing branch. It will only trigger when the pyproject.toml gets updated on that branch.REGISTRY_ACCESS_TOKEN.Please message me on Discord at robinken or join our server server if you have any questions!