We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e958a commit b4e6a85Copy full SHA for b4e6a85
1 file changed
.github/workflows/ci.yml
@@ -74,10 +74,7 @@ jobs:
74
name: NuGet packages
75
path: packages
76
- name: Push packages
77
- run: |
78
- dotnet nuget push "*.nupkg"
79
- --api-key ${{ secrets.NUGET_API_KEY }}
80
- --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
81
- uses: dotnet/nbgv@v0.3.1
82
id: nbgv
83
- name: Create GitHub release
0 commit comments