Skip to content

Commit 625ad66

Browse files
authored
Merge pull request #7 from dotnet-campus/t/lvyi/ci
解决参数错误
2 parents ad82e27 + 2c7eae7 commit 625ad66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Push
2323
run: |
2424
dotnet nuget push .\bin\Release\*.nupkg --skip-duplicate --source github
25-
dotnet nuget push .\bin\Release\*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NugetOrgDotnetCampusApiKey }} --no-symbols
25+
dotnet nuget push .\bin\Release\*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NugetOrgDotnetCampusApiKey }} --no-symbols 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 企业微信机器人 for .NET
22

3-
![Build](https://github.com/dotnet-campus/dotnetCampus.WeChatWork/workflows/.NET%20Build/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/dotnetCampus.WeChatWork/workflows/Nuget%20Publish/badge.svg)
3+
![Build](https://github.com/dotnet-campus/dotnetCampus.WeChatWork/workflows/.NET%20Build/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/dotnetCampus.WeChatWork/workflows/NuGet%20Publish/badge.svg)
44

55
如果你使用企业微信,并且对群聊机器人感兴趣,那么此库适合你。
66

0 commit comments

Comments
 (0)