Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianjichici committed Nov 28, 2024
1 parent 4fdeba8 commit 40537f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Publish Authorization to NuGet
working-directory: ./src/dotnet/Authorization
run: dotnet nuget push ./nupkg/*.Configuration.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./nupkg/*.Authorization.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

- name: Publish Configuration to NuGet
working-directory: ./src/dotnet/Configuration
Expand Down

0 comments on commit 40537f1

Please sign in to comment.