Skip to content

Commit 54c7291

Browse files
committed
尝试修复找不到正确的源
The specified source 'github' is invalid. Provide a valid source.
1 parent 6907eea commit 54c7291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-
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"
37+
dotnet nuget add source --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)