Skip to content

Commit

Permalink
this doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Apr 13, 2020
1 parent baba107 commit 480d2dc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build/release

on:
push:
branches:
- master
on: push

jobs:
release:
Expand All @@ -21,12 +18,6 @@ jobs:
with:
node-version: 10

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1.1.0
if: startsWith(matrix.os, 'ubuntu')
with:
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1.3.0
with:
Expand Down

0 comments on commit 480d2dc

Please sign in to comment.