We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf846b3 commit 41150b7Copy full SHA for 41150b7
1 file changed
.github/workflows/nuget-publish.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Build solution and generate NuGet package
20
run: |
21
dotnet pack -c Release -o out
22
- echo ls
+ ls
23
24
- 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
+ run: dotnet nuget push ./contentstack-utils-dotnet/out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source "https://www.nuget.org/" --skip-duplicate --no-symbols true
26
27
publish-git:
28
runs-on: windows-latest
0 commit comments