Skip to content

Commit

Permalink
nuget package workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Jan 2, 2024
1 parent 1cb97d9 commit 34e8999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
dotnet build -c Release
dotnet pack -c Release
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}

0 comments on commit 34e8999

Please sign in to comment.