Skip to content

Commit 6907eea

Browse files
committed
尝试修复推送没有成功
1 parent 92ada68 commit 6907eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NuGet-tag-publish-MediaConverters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Add private GitHub registry to NuGet
3636
run: |
37-
nuget sources add -name github -Source https://nuget.pkg.github.com/dotnet-campus/index.json -Username dotnet-campus -Password ${{ secrets.GITHUB_TOKEN }}
37+
dotnet nuget add sources --username dotnet-campus --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/dotnet-campus/index.json"
3838
3939
- name: Push generated package to NuGet
4040
run: |

0 commit comments

Comments
 (0)