From c06f4bde76d0125c36496b259d67fa7154da61c3 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 12 Feb 2024 10:32:52 -0500 Subject: [PATCH] testing again --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ecfb66..7243f77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,12 @@ jobs: npm install --global yarn yarn --version yarn install - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: build-linux if: matrix.os == 'ubuntu-latest' run: yarn run electron:build + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: build-mac if: matrix.os == 'macos-latest'