From 2c5960ff1a1da076a14eb32c62c9d01ad083567f Mon Sep 17 00:00:00 2001 From: Negar Abbasi Date: Fri, 8 Mar 2024 16:16:46 +1000 Subject: [PATCH] add make command to actions --- .github/workflows/release.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index addefee..444344a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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') }} \ No newline at end of file + run: | + npm run make \ No newline at end of file