Skip to content

Commit 73c79be

Browse files
committed
[CI] Fix the release error that the new version of the CI tool was not merged with the code release error
1 parent dacd43a commit 73c79be

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branch:
66
- 'master'
7+
types: [closed]
78

89
jobs:
910
release:
@@ -79,7 +80,7 @@ jobs:
7980
asset_path: ./release/latest-mac.yml
8081
asset_name: latest-mac-inter.yml
8182
asset_content_type: application/x-yaml
82-
83+
8384
- name: Download and upload to qiniu
8485
run: |
8586
wget https://devtools.qiniu.com/qshell-v2.6.2-darwin-amd64.tar.gz
@@ -129,4 +130,4 @@ jobs:
129130
# echo '--------- End ---------'
130131
./qshell account 5eua7TZfgnNb81gmVUBcw4x7PpQuy-v9v1iFyD1R zCwoByIkA9AnlK0qO0DGveH7dKDXLG3CRqZ2mlTW dbm_qiniu
131132
./qshell fput edurtio-other dbm/releases/windows/x64/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe ./release/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe
132-
133+

docs/docs/development/version/1.16.0-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ DBM Version for `1.16.0` is development!
4747

4848
---
4949

50+
- Fix the release error that the new version of the CI tool was not merged with the code release error
51+
5052
#### Contributors (In no particular order)
5153

5254
---

electron-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ releaseInfo:
2929
3030
---
3131
32+
- Fix the release error that the new version of the CI tool was not merged with the code release error
33+
3234
#### UI
3335
3436
---

0 commit comments

Comments
 (0)