We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef3fcc + 45ca69d commit bb3c305Copy full SHA for bb3c305
.github/workflows/release.yml
@@ -795,5 +795,5 @@ jobs:
795
796
- name: Publish .NET tool to nuget.org
797
run: |
798
- dotnet nuget push dotnet-tool-sign/signed/*.nupkg \
+ dotnet nuget push dotnet-tool-sign/*.nupkg \
799
--api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments