Skip to content

Commit a347659

Browse files
committed
perf(admin): resolve .env file
1 parent 59f5f81 commit a347659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/admin_fetch_updated_apps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Fetch Updated Apps
3232
run: |
3333
source ./cicd-deployment-scripts/admin/fetch_updated_apps.sh
34-
cp .env.${{ github.ref_name }} .env
34+
cp .env.example .env
35+
cat .env.${{ github.ref_name }} >> .env
3536
3637
fetch_updated_apps ${{ github.repository_owner }}
3738

0 commit comments

Comments
 (0)