Skip to content

Commit 88cb440

Browse files
committed
fix: Add publish always flag to Linux build
1 parent 727c871 commit 88cb440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: startsWith(matrix.os, 'ubuntu')
9595
run: |
9696
# Build for Linux
97-
yarn run release
97+
yarn run release --publish always
9898
env:
9999
NODE_ENV: production
100100
APPLE_ID: ${{ secrets.apple_id }}

0 commit comments

Comments
 (0)