From 6ab0e3750e80a5de2489866e7adc041148b0d456 Mon Sep 17 00:00:00 2001 From: SushilMallRC Date: Tue, 14 May 2024 07:38:03 +0530 Subject: [PATCH] WIP --- .github/workflows/release-with-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-with-tag.yml b/.github/workflows/release-with-tag.yml index a44ec084..3ee13bd1 100644 --- a/.github/workflows/release-with-tag.yml +++ b/.github/workflows/release-with-tag.yml @@ -32,4 +32,4 @@ jobs: - name: Pack run: dotnet pack --configuration Release --output ./output --no-build - name: Publish to NuGet - run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --symbol-source https://api.nuget.org/v3/index.json \ No newline at end of file