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 61e811d commit ba68fccCopy full SHA for ba68fcc
.github/workflows/build.yml
@@ -25,5 +25,5 @@ jobs:
25
- name : Pack and Publish if tag present
26
if: startsWith(github.ref, 'refs/tags/v')
27
run: |
28
- dotnet pack -c Release -o nuget-packages --no-build
+ dotnet pack -c Release -o nuget-packages
29
dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments