Skip to content

Commit

Permalink
add make command to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Mar 8, 2024
1 parent 3b24f43 commit 2c5960f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,5 @@ jobs:
node-version: 20

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

# 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') }}
run: |
npm run make

0 comments on commit 2c5960f

Please sign in to comment.