Skip to content

Commit e9832f3

Browse files
committed
update publish
1 parent 439cb94 commit e9832f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
5959

6060
- name: Set NuGet source
61-
run: nuget sources add -name nugetfeed -source ${{ secrets.NUGET_FEED }} -username anything -password ${{ secrets.NUGET_AUTH }}
61+
run: nuget sources add -name nugetfeed -source ${{ secrets.NUGET_FEED }} -username msrnpublish -password ${{ secrets.NUGET_AUTH }}
6262

6363
- name: Publish NuGet
6464
run: |
65-
for %%i in (${{ runner.temp }}\final\*.nupkg) do nuget push %%i -Source ${{ secrets.NUGET_FEED }}
65+
for %%i in (${{ runner.temp }}\final\*.nupkg) do nuget push %%i -Source ${{ secrets.NUGET_FEED }} -ApiKey msrnpublish

0 commit comments

Comments
 (0)