Skip to content

Commit

Permalink
Fixed mistake 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JudjinGM committed Nov 29, 2023
1 parent 394070a commit f18e521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sendAppToQaAfterMergeProdQa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with: { java-version: 1.17 }
- name: Build and send application prodQa to App Distribution
env:
CREDENTIAL_FILE_CONTENT: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
run: |
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
CREDENTIAL_FILE_CONTENT: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
run: |
echo CREDENTIAL_FILE_CONTENT > ./app/serviceCredentialsFile.json
echo "App type: prodQa" >> ./app/releaseNotes.txt
echo "buildNumber=${GITHUB_RUN_NUMBER}" >> ./app/releaseNotes.txt
Expand Down

0 comments on commit f18e521

Please sign in to comment.