Skip to content

Commit

Permalink
Set keyContents to have Expo identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado authored Dec 16, 2024
1 parent f3bab7d commit 1300b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
run: fastlane beta \
keyID:${{ secrets.APP_STORE_KEY_ID_EXPO }} \
issuerID:${{ secrets.APP_STORE_ISSUER_ID }} \
keyContents:${{ secrets.APP_STORE_KEY_CONTENTS }} \
keyContents:${{ secrets.APP_STORE_KEY_CONTENTS_EXPO }} \
codeSign64:${{ secrets.CODE_SIGN_64 }} \
profileName64:${{ secrets.PROFILE_NAME_64 }}

0 comments on commit 1300b5d

Please sign in to comment.