There was an error while loading. Please reload this page.
1 parent 55dbad2 commit bafbefbCopy full SHA for bafbefb
1 file changed
src/Build/Commands/Publish.fs
@@ -50,10 +50,10 @@ type PublishCommand() =
50
51
override __.Execute(context, settings) =
52
53
- let nugetKey = Environment.GetEnvironmentVariable("MOTIVITY_NUGET_KEY")
+ let nugetKey = Environment.GetEnvironmentVariable("NUGET_KEY")
54
55
if isNull nugetKey then
56
- failwithf $"Missing MOTIVITY_NUGET_KEY environment variable"
+ failwithf $"Missing NUGET_KEY environment variable"
57
58
if Git.isDirty () then
59
failwith "Working directory is dirty, please commit or stash changes before publishing"
0 commit comments