Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 18b2550

Browse files
committed
more try
1 parent 5fef92d commit 18b2550

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
npm run build
3030
npm run test
3131
- name: Build/release Electron app
32-
uses: samuelmeuli/action-electron-builder@v1
32+
uses: samuelmeuli/action-electron-builder@v1.6.0
3333
with:
3434
# GitHub token, automatically provided to the action
3535
# (No need to define this secret in the repo settings)
3636
github_token: ${{ secrets.github_token }}
37+
release: true
38+
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)