Skip to content

Commit 548139d

Browse files
committed
only sign when doing a dev release
1 parent 2aae635 commit 548139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hadron-build/lib/mac-notary-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function notarize(src, notarizeOptions) {
6767
'-t',
6868
'app',
6969
'-m',
70-
'notarizeAndSign',
70+
process.env.DEV_VERSION_IDENTIFIER ? 'sign' : 'notarizeAndSign',
7171
'-u',
7272
process.env.MACOS_NOTARY_API_URL,
7373
'-b',

0 commit comments

Comments
 (0)