Skip to content

Commit

Permalink
v0.2.13 (#222)
Browse files Browse the repository at this point in the history
* Directly publish with npm

* v0.2.13
  • Loading branch information
huchenlei authored Nov 12, 2024
1 parent b65ea08 commit 8912fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build types
run: yarn run vite:types
- name: Publish package
run: yarn install && yarn npm publish --access public
run: npm publish --access public
working-directory: ./dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "ComfyUI",
"repository": "github:comfy-org/electron",
"copyright": "Copyright © 2024 Comfy Org",
"version": "0.2.12",
"version": "0.2.13",
"homepage": "https://comfy.org",
"description": "The best modular GUI to run AI diffusion models.",
"main": ".vite/build/main.js",
Expand Down

0 comments on commit 8912fff

Please sign in to comment.