File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11## Link issues
22
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 ]
56
67## Summary By Copilot
78
@@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format)
1213- [ ] No
1314
1415[ If yes, specify the version the behavior has regressed from]
15-
1616[ 是否影响老版本]
1717
1818## Risk
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - pack
7+ - release
78
89jobs :
910 docker :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - pack
7+ - release
78 - hotfix
89
910jobs :
1011 pack :
1112 runs-on : ubuntu-latest
12-
13+
1314 steps :
1415 - uses : actions/checkout@v4
1516
1920 dotnet-version : 9.0.x
2021
2122 - name : Publish to Nuget
22- env :
23+ env :
2324 NUGET_API_KEY : ${{secrets.NUGET_API_KEY}}
2425 Bundle : True
2526
You can’t perform that action at this time.
0 commit comments