Skip to content

Commit

Permalink
Save Runnertime
Browse files Browse the repository at this point in the history
  • Loading branch information
int2001 committed Apr 20, 2024
1 parent bae36e3 commit 63dbba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish
run: npm run publish --from-dry-run

build_on_mac:
runs-on: macos-latest
Expand All @@ -47,7 +47,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish
run: npm run publish --from-dry-run


build_on_win:
Expand All @@ -64,4 +64,4 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish
run: npm run publish --from-dry-run

0 comments on commit 63dbba2

Please sign in to comment.