Skip to content

Commit

Permalink
use correct nuget key env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 28, 2022
1 parent 3dca9f4 commit 863ce02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ReleaseTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let publishNuget =
"https://api.nuget.org/v3/index.json"

let apikey =
Environment.environVar "NUGET_KEY_CSB"
Environment.environVar "NUGET_KEY"

for artifact in targets do
let result =
Expand Down Expand Up @@ -93,7 +93,7 @@ let publishNugetPrerelease =
"https://api.nuget.org/v3/index.json"

let apikey =
Environment.environVar "NUGET_KEY_CSB"
Environment.environVar "NUGET_KEY"

for artifact in targets do
let result =
Expand Down

0 comments on commit 863ce02

Please sign in to comment.