Skip to content

Commit

Permalink
fix(developer): touch the env file before writing to it
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 8, 2024
1 parent cfbb237 commit 86200d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
- name: Create function envs
shell: bash
run: |
echo "REDIS_HOST=${{ vars.REDIS_HOST }}" >> src/developer/functions/.env
touch ./src/developer/functions/.env
echo "REDIS_HOST=${{ secrets.REDIS_HOST }}" >> ./src/developer/functions/.env
- name: 🚀 Firebase deploy
shell: bash
Expand Down

0 comments on commit 86200d2

Please sign in to comment.