Skip to content

Commit 41150b7

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

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
@@ -19,10 +19,10 @@ jobs:
1919
- name: Build solution and generate NuGet package
2020
run: |
2121
dotnet pack -c Release -o out
22-
echo ls
22+
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 ./contentstack-utils-dotnet/out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source "https://www.nuget.org/" --skip-duplicate --no-symbols true
2626

2727
publish-git:
2828
runs-on: windows-latest

0 commit comments

Comments
 (0)