Skip to content

Commit 1902e44

Browse files
committed
dry run
1 parent b25b94e commit 1902e44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
run: ./gradlew nativeCompile
9999

100100
- name: Codesign binary
101-
if: contains(github.event.head_commit.message, '[release]') && github.event.ref == 'refs/heads/master'
102101
env:
103102
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
104103
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
@@ -114,7 +113,6 @@ jobs:
114113
/usr/bin/codesign --force -s "$MACOS_CERTIFICATE_NAME" --options runtime build/native/nativeCompile/migtool -v
115114
116115
- name: Notarize binary
117-
if: contains(github.event.head_commit.message, '[release]') && github.event.ref == 'refs/heads/master'
118116
env:
119117
MACOS_AC_API_CERT: ${{ secrets.MACOS_AC_API_CERT }}
120118
MACOS_AC_API_ISSUER_ID: ${{ secrets.MACOS_AC_API_ISSUER_ID }}

0 commit comments

Comments
 (0)