We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafe822 commit 7fbfb12Copy full SHA for 7fbfb12
.github/workflows/release-electron.yml
@@ -229,9 +229,9 @@ jobs:
229
run: |
230
if [ "${{ runner.os }}" = "macOS" ] && [ -z "${{ secrets.APPLE_CERTIFICATE }}" ]; then
231
echo "No Apple certificate, building unsigned Mac package for ${{ matrix.arch }}"
232
- npm run dist:mac:unsigned:${{ matrix.arch }}
+ npm run dist:mac:unsigned:${{ matrix.arch }} -- --publish never
233
else
234
- npm run ${{ matrix.dist_cmd }}
+ npm run ${{ matrix.dist_cmd }} -- --publish never
235
fi
236
237
- name: Upload artifacts to Release
0 commit comments