We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b029fb commit bf846b3Copy full SHA for bf846b3
1 file changed
.github/workflows/nuget-publish.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Build solution and generate NuGet package
20
run: |
21
dotnet pack -c Release -o out
22
+ echo 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
0 commit comments