We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6907eea commit 54c7291Copy full SHA for 54c7291
1 file changed
.github/workflows/NuGet-tag-publish-MediaConverters.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Add private GitHub registry to NuGet
36
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"
+ 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"
38
39
- name: Push generated package to NuGet
40
0 commit comments