We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e0290 commit fb0169dCopy full SHA for fb0169d
1 file changed
.github/workflows/release_test.yml
@@ -104,7 +104,8 @@ jobs:
104
run: |
105
cd chat2db-client
106
npm install
107
- npm run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }} --appPort=10822
+ npm run build:web:prod --appVersion=1.0.${{ github.run_id }} --appPort=10822
108
+
109
# cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
110
# 编译服务端java版本
111
- name: Build Java
0 commit comments