Skip to content

Commit

Permalink
nopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Apr 14, 2024
1 parent 6bedd5f commit a4b8547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
run: |
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
# - name: Linux - Publish packages
# if: startsWith(matrix.os, 'ubuntu')
# run: yarn publish --all
# env:
# YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Linux - Build Electron App
if: startsWith(matrix.os, 'ubuntu')
run: yarn run release
Expand Down

0 comments on commit a4b8547

Please sign in to comment.