Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored May 8, 2024
1 parent c58a7a5 commit 6e16406
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ runs:
shell: bash
run: |
pip install comfy-cli
- name: Publish Custom Node
- name: Enable Tracking
shell: bash
run: |
comfy tracking enable && comfy node publish --token ${{ inputs.personal_access_token }}
comfy tracking enable
- name: Publish Node
shell: bash
run: |
comfy node publish --token ${{ inputs.personal_access_token }}

0 comments on commit 6e16406

Please sign in to comment.