From 72ba467b595dd30fa1c5cf8878fe14c94e261b9a Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Fri, 23 Apr 2021 14:56:57 +0200 Subject: [PATCH] Fix release --- .github/workflows/release.yml | 2 ++ src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b48d1a..e2c2620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: with: name: Nuget-packages-${{ steps.gitversion.outputs.nuGetVersionV2 }} path: nuget-packages + - name: Configure Github Nuget Feed + run: dotnet nuget add source --name github https://nuget.pkg.github.com/aviationexam/index.json - name: Push package to Github Packages run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source github - name: Push package to Nuget diff --git a/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj b/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj index b2ee122..1849c4c 100644 --- a/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj +++ b/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj @@ -6,7 +6,9 @@ enable 1.0.0 PayPal - https://github.com/aviationexam/PayPal-Checkout-Sdk + https://github.com/aviationexam/PayPal.Sdk.Checkout + git + https://github.com/aviationexam/PayPal.Sdk.Checkout PayPalCheckoutSdk PayPal, Aviationexams LICENSE.txt