Skip to content

bug fixed and bump version to v0.8.2 #28

bug fixed and bump version to v0.8.2

bug fixed and bump version to v0.8.2 #28

Workflow file for this run

name: Publish to Comfy registry
on:
workflow_dispatch:
push:
branches:
- main
- master
paths:
- "pyproject.toml"
permissions:
issues: write
jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'rookiestar28' }}
steps:
- name: Check out code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
submodules: true
- name: Publish Custom Node
uses: Comfy-Org/publish-node-action@0eb6cd742945443bee7f79eeddd4f732780029a1
with:
## Add your own personal access token to your Github Repository secrets and reference it here.
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}