Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Apr 23, 2021
1 parent dcbc1b8 commit 72ba467
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
<Owners>PayPal</Owners>
<PackageProjectUrl>https://github.com/aviationexam/PayPal-Checkout-Sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</PackageProjectUrl>
<Title>PayPalCheckoutSdk</Title>
<Authors>PayPal, Aviationexams</Authors>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down

0 comments on commit 72ba467

Please sign in to comment.