Skip to content

Commit 53500f8

Browse files
committed
Temporarily comment out release requirement for apple code signing.
1 parent 4db8803 commit 53500f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
sign-macos:
138138
name: Sign & Notarize (macOS)
139139
needs: build
140-
if: github.event_name == 'release'
140+
# if: github.event_name == 'release'
141141
runs-on: macos-14
142142

143143
steps:

0 commit comments

Comments
 (0)