Skip to content

Commit 64cffb1

Browse files
committed
test version
1 parent 111e6ae commit 64cffb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/vite-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
uses: jtydhr88/publish-node-action@main
3333
with:
3434
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
35+
skip_checkout: 'true'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui_frontend_vue_basic"
33
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
license = {file = "LICENSE"}
66
dependencies = []
77

0 commit comments

Comments
 (0)