Commit 247e186 1 parent e54e37b commit 247e186 Copy full SHA for 247e186
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Link issues
2
2
3
- [ 请在下方 # 后面填写相关 Issue 编号,如 #42 ]
4
- fixes #{bug number} (in this specific format)
3
+ fixes #{issue number}
4
+ [ Please fill in the relevant Issue number after the # above, such as #42 ]
5
+ [ 请在上方 # 后面填写相关 Issue 编号,如 #42 ]
5
6
6
7
## Summary By Copilot
7
8
@@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format)
12
13
- [ ] No
13
14
14
15
[ If yes, specify the version the behavior has regressed from]
15
-
16
16
[ 是否影响老版本]
17
17
18
18
## Risk
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- pack
7
+ - release
7
8
8
9
jobs :
9
10
docker :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- pack
7
+ - release
7
8
- hotfix
8
9
9
10
jobs :
10
11
pack :
11
12
runs-on : ubuntu-latest
12
-
13
+
13
14
steps :
14
15
- uses : actions/checkout@v4
15
16
19
20
dotnet-version : 9.0.x
20
21
21
22
- name : Publish to Nuget
22
- env :
23
+ env :
23
24
NUGET_API_KEY : ${{secrets.NUGET_API_KEY}}
24
25
Bundle : True
25
26
You can’t perform that action at this time.
0 commit comments