Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Jan 27, 2024
1 parent 5f4eba1 commit cbdfb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Create App Store Connect Key file
run: echo "${{ secrets.APP_STORE_CONNECT_KEY }}" | base64 -d > "$RUNNER_TEMP/AuthKey.p8"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Set up signing
run: |
KEYCHAIN="$RUNNER_TEMP/keychain.keychain-db"
Expand Down

0 comments on commit cbdfb9b

Please sign in to comment.