We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bef561 commit e544c76Copy full SHA for e544c76
1 file changed
.github/workflows/nuget-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
run: nuget pack
38
39
- name: Authenticate to GitHub packages
40
- run: dotnet nuget add source --password ${{ secrets.NUGET_API_KEY }} --name pict "https://nuget.pkg.github.com/microsoft/index.json"
+ run: dotnet nuget add source --username jaccz --password ${{ secrets.NUGET_API_KEY }} --name pict "https://nuget.pkg.github.com/microsoft/index.json"
41
42
- name: Publish the package
43
run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "pict" --skip-duplicate
0 commit comments