Skip to content

Commit bf846b3

Browse files
authored
Update nuget-publish.yml
1 parent 0b029fb commit bf846b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Build solution and generate NuGet package
2020
run: |
2121
dotnet pack -c Release -o out
22+
echo ls
2223
2324
- name: Push generated package to GitHub registry
2425
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

Comments
 (0)