Skip to content

Commit 28e8e13

Browse files
committed
prepare release of v3.0.0
1 parent 5d21f37 commit 28e8e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ jobs:
129129
git config --global user.name "Egon.io Bot"
130130
git clone --single-branch --branch main "https://x-access-token:${{ secrets.EGON_IO_DEPLOYMENT_PAT }}@github.com/WPS/egon.io-website.git" "${CLONE_DIR}"
131131
132-
rm -r "${CLONE_DIR}/app-v2"
133-
mkdir "${CLONE_DIR}/app-v2"
134-
cp -r dist_build/egon/* "${CLONE_DIR}/app-v2"
132+
rm -r "${CLONE_DIR}/app-v3"
133+
mkdir "${CLONE_DIR}/app-v3"
134+
cp -r dist_build/egon/* "${CLONE_DIR}/app-v3"
135135
136136
cd "${CLONE_DIR}"
137137
git add .

0 commit comments

Comments
 (0)