From 1b56da8c36701fe23c11c6385434c40e272cc176 Mon Sep 17 00:00:00 2001 From: DNLRQ <18170433@itculiacan.edu.mx> Date: Sat, 30 Nov 2024 12:12:50 -0700 Subject: [PATCH] publish electron disable, revert build.yml --- .github/workflows/build.yml | 4 ---- package.json | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3c3168f..f6521322 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,3 @@ jobs: run: npm run lint - name: Run vite build run: npm run build - - name: Publish artifacts - run: npm run publish - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 612f9c32..8f1b7c7c 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,8 @@ "linux": { "icon": "public/icon.png", "target": "AppImage" - } + }, + "publish": null }, "overrides": { "follow-redirects": "^1.15.4"