We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36311f commit 1eba94cCopy full SHA for 1eba94c
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,6 @@ jobs:
68
- name: Archive
69
env:
70
TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
71
- SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
72
API_KEY_ID: ${{ secrets.API_KEY_ID }}
73
API_ISSUER_ID: ${{ secrets.API_ISSUER_ID }}
74
run: |
@@ -81,8 +80,7 @@ jobs:
81
80
-authenticationKeyPath "$RUNNER_TEMP/AuthKey.p8" \
82
-authenticationKeyID "$API_KEY_ID" \
83
-authenticationKeyIssuerID "$API_ISSUER_ID" \
84
- DEVELOPMENT_TEAM="$TEAM_ID" \
85
- CODE_SIGN_IDENTITY="$SIGNING_IDENTITY"
+ DEVELOPMENT_TEAM="$TEAM_ID"
86
87
- name: Export archive
88
0 commit comments