Skip to content

Commit 1eba94c

Browse files
author
ebreen
committed
fix(distribution): remove CODE_SIGN_IDENTITY from archive to avoid auto/manual conflict
1 parent b36311f commit 1eba94c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
- name: Archive
6969
env:
7070
TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
71-
SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
7271
API_KEY_ID: ${{ secrets.API_KEY_ID }}
7372
API_ISSUER_ID: ${{ secrets.API_ISSUER_ID }}
7473
run: |
@@ -81,8 +80,7 @@ jobs:
8180
-authenticationKeyPath "$RUNNER_TEMP/AuthKey.p8" \
8281
-authenticationKeyID "$API_KEY_ID" \
8382
-authenticationKeyIssuerID "$API_ISSUER_ID" \
84-
DEVELOPMENT_TEAM="$TEAM_ID" \
85-
CODE_SIGN_IDENTITY="$SIGNING_IDENTITY"
83+
DEVELOPMENT_TEAM="$TEAM_ID"
8684
8785
- name: Export archive
8886
env:

0 commit comments

Comments
 (0)