Add Github Action for Publishing to Comfy Registry #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jairo/ComfyUI-translate-offline!2
Loading…
Reference in a new issue
No description provided.
Delete branch "publish"
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?
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!