Skip to content

Commit fb0169d

Browse files
committed
test release
1 parent 73e0290 commit fb0169d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
run: |
105105
cd chat2db-client
106106
npm install
107-
npm run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }} --appPort=10822
107+
npm run build:web:prod --appVersion=1.0.${{ github.run_id }} --appPort=10822
108+
108109
# cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
109110
# 编译服务端java版本
110111
- name: Build Java

0 commit comments

Comments
 (0)