v0.9.2
This commit is contained in:
parent
304bb1de0e
commit
06808b33b2
2 changed files with 3 additions and 3 deletions
4
.github/workflows/pr-test.yml
vendored
4
.github/workflows/pr-test.yml
vendored
|
|
@ -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.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package share
|
||||
|
||||
// VERSION 版本号
|
||||
const VERSION = "0.9.1"
|
||||
const VERSION = "0.9.2"
|
||||
|
||||
// BUILDIN 打包应用合成一个制品
|
||||
const BUILDIN = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue