Skip to content

Commit

Permalink
fix: nuget-publish workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs committed Apr 16, 2024
1 parent 336855a commit b5943db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Push generated package to GitHub registry
run: |
cd out
ls
dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
publish-git:
Expand Down

0 comments on commit b5943db

Please sign in to comment.