diff --git a/.github/workflows/dotnet_main.yml b/.github/workflows/dotnet_main.yml index 3e943c7..516113f 100644 --- a/.github/workflows/dotnet_main.yml +++ b/.github/workflows/dotnet_main.yml @@ -39,5 +39,5 @@ jobs: - name: Pack run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PACK_OUT_PATH }} - - + - name: Publish nuget + run: dotnet nuget push ${{ env.PACK_OUT_PATH }}\*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json