Skip to content

Commit

Permalink
Updates action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 16, 2024
1 parent 95497c6 commit 7578cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish Custom Node"
name: "Publish To Registry"
description: "Publish Custom Nodes to Registry."
inputs:
personal_access_token:
Expand All @@ -16,7 +16,7 @@ runs:
- name: Install comfy-cli
shell: bash
run: |
pip install comfy-cli==0.0.21.dev1
pip install comfy-cli
- name: Disables Tracking (--yes accepts tracking, and then we disable it)
shell: bash
run: |
Expand Down

0 comments on commit 7578cdb

Please sign in to comment.