Skip to content

Commit 9f1b20c

Browse files
committed
update action
1 parent 7a70507 commit 9f1b20c

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/publish_node.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
name: 📦 Publish to Comfy registry
1+
name: Publish to Comfy registry
22
on:
33
workflow_dispatch:
44
push:
5-
tags:
6-
- '*'
7-
8-
permissions:
9-
issues: write
5+
branches:
6+
- main
7+
paths:
8+
- "pyproject.toml"
109

1110
jobs:
1211
publish-node:
1312
name: Publish Custom Node to registry
1413
runs-on: ubuntu-latest
1514
steps:
16-
- name: ♻️ Check out code
15+
- name: Check out code
1716
uses: actions/checkout@v4
18-
- name: 📦 Publish Custom Node
17+
- name: Publish Custom Node
1918
uses: Comfy-Org/publish-node-action@main
2019
with:
21-
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
20+
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=70.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "comfy-psutil-container-memory-patch"
6+
name = "psutil-container-memory-patch"
77
version = "0.0.1"
88
description = "Make comfyui show correct memory information in the container (psutil monkey path)"
99
authors = [

0 commit comments

Comments
 (0)