Skip to content

Commit

Permalink
feat: try...
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Aug 2, 2024
1 parent f78f912 commit 04a67c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion electron-app/ecoindex-app/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const config: ForgeConfig = {
name: 'lighthouse-plugin-ecoindex',
},
tagPrefix: 'electron-v',
// prerelease: true,
prerelease: true,
},
},
],
Expand Down

0 comments on commit 04a67c7

Please sign in to comment.