Skip to content

Commit b3d1447

Browse files
committed
Don't codesign for PRs
1 parent b172e8e commit b3d1447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
CSC_LINK: ${{ secrets.mac_certs }}
3535
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
36-
run: yarn make:macos
36+
run: yarn make:macos -c.mac.identity=null
3737

3838
- name: Clean up builds
3939
run: rm -rfv dist/mac

0 commit comments

Comments
 (0)