diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 74e274ca..759e9115 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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.' }); diff --git a/share/const.go b/share/const.go index fa412a88..3b0cc7fb 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.1" +const VERSION = "0.9.2" // BUILDIN 打包应用合成一个制品 const BUILDIN = false