Skip to content

Commit 8bd6541

Browse files
authored
Update nuget-publish.yml
1 parent 41150b7 commit 8bd6541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ls
2323
2424
- name: Push generated package to GitHub registry
25-
run: dotnet nuget push ./contentstack-utils-dotnet/out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source "https://www.nuget.org/" --skip-duplicate --no-symbols true
25+
run: dotnet nuget push ./out/*.nupkg --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
2626

2727
publish-git:
2828
runs-on: windows-latest
@@ -41,4 +41,4 @@ jobs:
4141
dotnet pack -c Release -o out
4242
4343
- name: Push generated package to GitHub registry
44-
run: dotnet nuget push ./contentstack-utils-dotnet/out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true
44+
run: dotnet nuget push ./out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true

0 commit comments

Comments
 (0)