We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667e877 commit e1be823Copy full SHA for e1be823
.github/actions/build/windows/todesktop/action.yml
@@ -61,4 +61,4 @@ runs:
61
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
62
TODESKTOP_EMAIL: ${{ inputs.TODESKTOP_EMAIL}}
63
TODESKTOP_ACCESS_TOKEN: ${{inputs.TODESKTOP_ACCESS_TOKEN}}
64
- run: yarn run publish
+ run: yarn run publish
package.json
@@ -10,7 +10,7 @@
10
"packageManager": "[email protected]",
11
"config": {
12
"frontendVersion": "1.3.33",
13
- "comfyVersion": "0.2.7"
+ "comfyVersion": "0.2.7",
14
"uvVersion": "0.4.30"
15
},
16
"scripts": {
0 commit comments