Skip to content

Commit 63dbba2

Browse files
committed
Save Runnertime
1 parent bae36e3 commit 63dbba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/electron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: publish
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: npm run publish
26+
run: npm run publish --from-dry-run
2727

2828
build_on_mac:
2929
runs-on: macos-latest
@@ -47,7 +47,7 @@ jobs:
4747
- name: publish
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
run: npm run publish
50+
run: npm run publish --from-dry-run
5151

5252

5353
build_on_win:
@@ -64,4 +64,4 @@ jobs:
6464
- name: publish
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
run: npm run publish
67+
run: npm run publish --from-dry-run

0 commit comments

Comments
 (0)