From dea581e07ad49c3b62af53d2b40657c58ecca6b0 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 12 Feb 2024 10:49:09 -0500 Subject: [PATCH] testing agaiiiin --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cea84a4..dc32815 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,10 +37,14 @@ jobs: - name: build-mac if: matrix.os == 'macos-latest' run: yarn run electron:build + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: build-win if: matrix.os == 'windows-latest' run: yarn run electron:build + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: release uses: softprops/action-gh-release@v1