-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Github Action for Publishing to Comfy Registry #1
Conversation
All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
@robinjhuang can you just sign our CLA so we can get this merged? Thanks :) |
What CLA are you talking about? |
Hi @robinjhuang, can you comment the following on this PR to sign our CLA? I have read the CLA Document and I hereby sign the CLA |
I have read the CLA Document and I hereby sign the CLA |
1 similar comment
I have read the CLA Document and I hereby sign the CLA |
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.toml
file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR).Action Required:
master
ormain
) inpublish.yaml
matches 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 haohao_81202 or join our server server if you have any questions!