Skip to content

Commit

Permalink
Update prod-tn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan-ttpl authored Jan 10, 2025
1 parent d554a73 commit 79b0676
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prod-tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
run: |
npm install --legacy-peer-deps
- name: Ensure .env.local Exists
run: |
if [ ! -f .env.local ]; then
echo "Creating .env.local"
touch .env.local
fi
- name: Build Production
env:
REACT_APP_ASR_API_KEY: ${{ secrets.REACT_APP_ASR_API_KEY }}
Expand Down

0 comments on commit 79b0676

Please sign in to comment.