Skip to content

Commit

Permalink
chore: v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 15, 2023
1 parent d5e1b14 commit 9722f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
rm -rf ./public
mkdir -p public/admin
echo '构建用户页面'
cd ui/website && yarn intsall && yarn build && cd ../../
cd ui/website && yarn install && yarn build && cd ../../
cp -r ui/website/build/* public/
echo '构建管理页面'
cd ui/admin && yarn intsall && yarn build && cd ../../
cd ui/admin && yarn install && yarn build && cd ../../
cp -r ui/admin/dist/* public/admin/
sed -i 's/\/assets/\/admin\/assets/g' public/admin/index.html
echo '构建前端数据完成'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.7
1.9.0

0 comments on commit 9722f28

Please sign in to comment.