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