Skip to content

Commit

Permalink
Update nuget_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval authored Jan 31, 2025
1 parent b29ecbd commit 624e07c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
path: ./nuget-packages

- name: Push NuGet Package(s)
run: dotnet nuget push "${{ github.workspace }}/nuget-packages/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
working-directory: ./nuget-packages
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit 624e07c

Please sign in to comment.