We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de234af commit a435f0fCopy full SHA for a435f0f
.github/workflows/release.yml
@@ -63,5 +63,5 @@ jobs:
63
files: ${{ env.PACKAGE_PATH }}
64
tag_name: ${{ steps.version.outputs.version }}
65
66
- - name: Push NuGet Package to NuGet gallery
+ - name: Push NuGet Package to NuGet Gallery
67
run: dotnet nuget push ${{ env.PACKAGE_PATH }} --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments