Skip to content

chore: bump version to 1.1.0 in pyproject.toml for ComfyUI-Lightx2vWr… #9

chore: bump version to 1.1.0 in pyproject.toml for ComfyUI-Lightx2vWr…

chore: bump version to 1.1.0 in pyproject.toml for ComfyUI-Lightx2vWr… #9

Workflow file for this run

name: Publish to Comfy registry
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
permissions:
issues: write
jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
submodules: true
- name: Publish Custom Node
uses: Comfy-Org/publish-node-action@v1
with:
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}