Skip to content

Commit

Permalink
Merge pull request #2010 from solliancenet/cj-fix-nuget-publish
Browse files Browse the repository at this point in the history
Fix package name for Authorization in NuGet publish
  • Loading branch information
givenscj authored Nov 28, 2024
2 parents 4fdeba8 + 40537f1 commit efcefb4
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 efcefb4

Please sign in to comment.