Skip to content

Commit b265f36

Browse files
committed
Actually setup autopublish
1 parent 049eb2b commit b265f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- "pyproject.toml"
99

@@ -18,4 +18,4 @@ jobs:
1818
uses: Comfy-Org/publish-node-action@main
1919
with:
2020
## Add your own personal access token to your Github Repository secrets and reference it here.
21-
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
21+
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-post-processing-nodes"
33
description = "A collection of post processing nodes for ComfyUI, which enable a variety of visually striking image effects"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
license = "LICENSE"
66

77
[project.urls]

0 commit comments

Comments
 (0)