Skip to content

Commit

Permalink
removed release the app after building
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Nov 20, 2020
1 parent 019e7d9 commit 262b6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand All @@ -31,4 +31,4 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
#release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 262b6c6

Please sign in to comment.