From 1953df4a62e7ff380f2b19150289c68b3e923509 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 9 May 2025 04:27:46 +0000 Subject: [PATCH] chore(publish): update publish action to use versioned tag and add issue write permissions --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fcdc4c..fcb9ae2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,9 @@ name: Publish and Deploy on: workflow_dispatch: +permissions: + issues: write + jobs: publish-node: name: Publish Custom Node to registry @@ -18,7 +21,7 @@ jobs: with: submodules: true - name: Publish Custom Node - uses: Comfy-Org/publish-node-action@main + uses: Comfy-Org/publish-node-action@v1 with: personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}