We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91eaff commit a42426dCopy full SHA for a42426d
.github/workflows/dotnet-test.yaml
@@ -176,4 +176,4 @@ jobs:
176
if: "startsWith(github.ref, 'refs/tags/')"
177
run: |
178
cd dotnet/KclLib/bin/Release
179
- dotnet nuget push KclLib.0.11.1.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push KclLib.0.11.2.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments