We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0322139 commit fd3efd5Copy full SHA for fd3efd5
.github/workflows/jetbrains-release.yaml
@@ -53,14 +53,6 @@ jobs:
53
with:
54
ref: ${{ github.event.release.tag_name }}
55
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
-
64
# Validate wrapper
65
- name: Gradle Wrapper Validation
66
uses: gradle/actions/wrapper-validation@v3
0 commit comments