This commit is contained in:
Max 2022-02-25 22:16:17 +08:00
parent 304bb1de0e
commit 06808b33b2
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: 'Thank you for the PR! The test workflow is running, the results of the run will be commented later.'
body: 'Thank you for the PR! The ${{ matrix.db }} test workflow is running, the results of the run will be commented later.'
});
- name: Setup Cache
@ -197,5 +197,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: '✨DONE✨ Everything is OK. Thanks Again'
body: '✨DONE✨ ${{ matrix.db }} passed.'
});

View file

@ -1,7 +1,7 @@
package share
// VERSION 版本号
const VERSION = "0.9.1"
const VERSION = "0.9.2"
// BUILDIN 打包应用合成一个制品
const BUILDIN = false