From 108f97d00e4a2b7f9c640ae9f330ca423cf2cd13 Mon Sep 17 00:00:00 2001 From: Shaun Lawrence <17139988+bijington@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:48:10 +0000 Subject: [PATCH] Publish symbols too --- .github/workflows/nuget-release.yml | 5 +++++ Source/Expressive/Expressive.csproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index 6122fb8..e147d16 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -32,5 +32,10 @@ jobs: - name: Push run: dotnet nuget push Expressive.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} + env: + GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }} + + - name: Push symbols + run: dotnet nuget push Expressive.${{ steps.get_version.outputs.version-without-v }}.snupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} env: GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file diff --git a/Source/Expressive/Expressive.csproj b/Source/Expressive/Expressive.csproj index 546c3a4..15cd5b1 100644 --- a/Source/Expressive/Expressive.csproj +++ b/Source/Expressive/Expressive.csproj @@ -14,7 +14,7 @@ Expressive Parser A multi-platform expression parsing and evaluating framework. Copyright(c) 2024 Shaun Lawrence - Expression Parser Evaluator Cross-Platform NET Standard Xamarin Xamarin.Forms + Expression Parser Evaluator Cross-Platform NET Standard Xamarin Xamarin.Forms MAUI logo-64.png MIT