Skip to content

Commit 23d0bf5

Browse files
nunocoracaoclaude
andcommitted
fix: remove timestamp option from osx-sign (default handles it)
codesign rejects --timestamp=true, needs --timestamp with no value. @electron/osx-sign adds --timestamp by default, so remove the explicit opt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d0297c4 commit 23d0bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ jobs:
231231
hardenedRuntime: true,
232232
entitlements: path.join(process.cwd(), 'entitlements.mac.plist'),
233233
'entitlements-inherit': path.join(process.cwd(), 'entitlements.mac.plist'),
234-
timestamp: true,
235234
}),
236235
});
237236
console.log('Code signing complete.');

0 commit comments

Comments
 (0)