From 6d8bc5f42388badf9bd92bf7b9d083e77e49869b Mon Sep 17 00:00:00 2001 From: Harry Date: Fri, 25 Feb 2022 18:13:28 -0800 Subject: [PATCH] nuget push on release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a99cdbf..f0c0eca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,3 +36,5 @@ jobs: automatic_release_tag: ${{ env.NUGET_PACKAGE_VERSION }} files: | ./out/* + - name: Push to Nuget.org + run: dotnet nuget push ${{ format('./out/Neo.BlockchainToolkit.Library.{0}.nupkg', env.NUGET_PACKAGE_VERSION) }} --api-key ${{ secrets.NUGET_ORG_TOKEN }} --source https://api.nuget.org/v3/index.json