We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c6ee4 + eec375b commit 8a8f3fbCopy full SHA for 8a8f3fb
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ 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' }}
+ # if: ${{ github.repository_owner == 'electron-react-boilerplate' }}
13
14
runs-on: ${{ matrix.os }}
15
0 commit comments