We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049eb2b commit b265f36Copy full SHA for b265f36
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
push:
5
branches:
6
- - main
+ - master
7
paths:
8
- "pyproject.toml"
9
@@ -18,4 +18,4 @@ jobs:
18
uses: Comfy-Org/publish-node-action@main
19
with:
20
## Add your own personal access token to your Github Repository secrets and reference it here.
21
- personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
+ personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "comfyui-post-processing-nodes"
description = "A collection of post processing nodes for ComfyUI, which enable a variety of visually striking image effects"
-version = "1.0.0"
+version = "1.0.1"
license = "LICENSE"
[project.urls]
0 commit comments