Skip to content

Commit fd3efd5

Browse files
author
Ben Jones
committed
Removed apple cert from build.
1 parent 0322139 commit fd3efd5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
with:
5454
ref: ${{ github.event.release.tag_name }}
5555

56-
- name: Import Apple certificate
57-
uses: apple-actions/import-codesign-certs@v3
58-
with:
59-
keychain: ${{ github.run_id }}
60-
keychain-password: ${{ github.run_id }}
61-
p12-file-base64: ${{ secrets.APPLE_CERT_DATA }}
62-
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
63-
6456
# Validate wrapper
6557
- name: Gradle Wrapper Validation
6658
uses: gradle/actions/wrapper-validation@v3

0 commit comments

Comments
 (0)