We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7335f1 commit a9a6fe8Copy full SHA for a9a6fe8
1 file changed
.github/workflows/build-test-and-deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet test --no-build --verbosity normal
29
30
- name: Pack
31
- run: dotnet pack --no-build -c Release -o out
+ run: dotnet pack -c Release -o out
32
33
- name: Push to NuGet
34
run: dotnet nuget push out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
0 commit comments