From 4ea401d511aa77e855aafc4be9fe3b5f9a54fad9 Mon Sep 17 00:00:00 2001 From: David Pollock Date: Wed, 13 Jan 2021 10:30:44 +1100 Subject: [PATCH] Fix release --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf9f0f1..40ed4a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,9 @@ jobs: command: | $version = $env:CIRCLE_TAG -replace "v","" &dotnet pack -c Release -p:PackageVersion=$version - &dotnet nuget push JudoPayDotNet\bin\Release\JudoPay.Net.$($version).nupkg --api-key $env:NUGET_API_KEY + &dotnet nuget push JudoPayDotNet\bin\Release\JudoPay.Net.$($version).nupkg ` + --api-key $env:NUGET_API_KEY ` + --source https://api.nuget.org/v3/index.json report_to_jira: docker: - image: gcr.io/opnf-management/deployer:latest