We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557c475 commit ebdd584Copy full SHA for ebdd584
.github/workflows/publish.yml
@@ -7,10 +7,6 @@ on:
7
8
jobs:
9
publish:
10
- # To enable auto publishing to github, update your electron publisher
11
- # config in package.json > "build" and remove the conditional below
12
- if: ${{ github.repository_owner == 'electron-react-boilerplate' }}
13
-
14
runs-on: ${{ matrix.os }}
15
16
strategy:
0 commit comments