We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95ee2 commit 29221d1Copy full SHA for 29221d1
.github/workflows/build-release.yml
@@ -1,7 +1,8 @@
1
-name: Build & Release (Windows, Linux, macOS)
+name: Build/release v2
2
3
on:
4
- workflow_dispatch
+ push:
5
+ workflow_dispatch:
6
7
jobs:
8
release:
@@ -22,14 +23,12 @@ jobs:
22
23
cache: 'npm'
24
25
- name: Build/release Electron app
- uses: samuelmeuli/action-electron-builder@v1
26
+ uses: Yan-Jobs/action-electron-builder@v1.7.0
27
with:
28
# GitHub token, automatically provided to the action
29
# (No need to define this secret in the repo settings)
30
github_token: ${{ secrets.github_token }}
31
-# release: true
32
-
33
# If the commit is tagged with a version (e.g. "v1.0.0"),
34
# release the app after building
35
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments