Skip to content

Commit e544c76

Browse files
authored
Update nuget-publish.yml
1 parent 3bef561 commit e544c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: nuget pack
3838

3939
- 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"
40+
run: dotnet nuget add source --username jaccz --password ${{ secrets.NUGET_API_KEY }} --name pict "https://nuget.pkg.github.com/microsoft/index.json"
4141

4242
- name: Publish the package
4343
run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "pict" --skip-duplicate

0 commit comments

Comments
 (0)