diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03fc9b4..38d887c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,10 +85,17 @@ jobs: run: echo ${APPLE_TEAM_ID:0:5} env: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + # - name: Add MacOS certs + # if: matrix.os == 'macos-latest' + # run: chmod +x src/scripts/add-cert.sh && ./src/scripts/add-cert.sh + # env: + # CERTIFICATE_OSX_APPLICATION_BUNDLE: ${{ secrets.CERTIFICATE_OSX_APPLICATION_BUNDLE }} + # CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }} - name: Publish app env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + DEBUG: '*' run: npm run publish:ci diff --git a/electron-app/ecoindex-app/forge.config.ts b/electron-app/ecoindex-app/forge.config.ts index 325f78d..fda1696 100644 --- a/electron-app/ecoindex-app/forge.config.ts +++ b/electron-app/ecoindex-app/forge.config.ts @@ -101,7 +101,7 @@ const config: ForgeConfig = { name: 'lighthouse-plugin-ecoindex', }, tagPrefix: 'electron-v', - // prerelease: true, + prerelease: true, }, }, ],