Skip to content

Commit 87f1faa

Browse files
committed
re-enabling draft build in github action
1 parent 95383a0 commit 87f1faa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/local.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
run: npm run test-setup
2121
# - name: Setup tmate session
2222
# uses: mxschmitt/action-tmate@v3
23-
# - name: install dmg-license
24-
# run: npm i dmg-license
25-
# - name: build
26-
# env:
27-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
# run: npm run dist-mac
23+
- name: install dmg-license
24+
run: npm i dmg-license
25+
- name: build
26+
env:
27+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
run: npm run dist-mac

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stable-diffusion-desktop",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Stable Diffusion Desktop",
55
"main": "app/electron/main.js",
66
"private": true,

0 commit comments

Comments
 (0)