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.
1 parent 9ef3fcc commit 45ca69dCopy full SHA for 45ca69d
.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