Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-pollock committed Jan 12, 2021
1 parent 314ebab commit 4ea401d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ea401d

Please sign in to comment.