Update publish-beta.yml

This commit is contained in:
Violet Caulfield
2025-10-24 16:51:14 -05:00
committed by GitHub
parent c7e5b3620c
commit cf95194adb

View File

@@ -117,13 +117,15 @@ jobs:
- name: 🔑 Setup Play Store credentials
run: |
if [ -n "${{ secrets.PLAY_STORE_SERVICE_ACCOUNT }}" ]; then
echo '${{ secrets.PLAY_STORE_SERVICE_ACCOUNT }}' > android/play-store-credentials.json
if [ -n "$PLAY_STORE_CREDENTIALS" ]; then
echo "$PLAY_STORE_CREDENTIALS" > android/play-store-credentials.json
echo "Play Store credentials created"
else
echo "ERROR: No Play Store credentials secret found!"
exit 1
fi
env:
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT }}
- name: 🤫 Output TelemetryDeck Secrets to TelemetryDeck.json
run: |