From 649eefb8f16087050d9605ec0504c702ce4218b4 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Tue, 9 Jul 2024 15:14:44 +0800 Subject: [PATCH] ci: replace vercel.dr file with the main one --- .github/actions/vercel_DR_publish/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/vercel_DR_publish/action.yml b/.github/actions/vercel_DR_publish/action.yml index 06dff71..d2ad4b2 100644 --- a/.github/actions/vercel_DR_publish/action.yml +++ b/.github/actions/vercel_DR_publish/action.yml @@ -23,6 +23,10 @@ inputs: runs: using: composite steps: + - name: Replace the vercel.dr.json with vercel.json + run: cp -f vercel.dr.json vercel.json + shell: bash + - name: Install Vercel CLI run: npm install -g vercel shell: bash