Skip to content

Commit 6bd944b

Browse files
committed
fixup! Implemented launch profile in the Build project and switched publishing via it
1 parent 57883da commit 6bd944b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ let push id =
274274
PushParams = {
275275
p.PushParams
276276
with
277-
ApiKey = Some (Environment.environVar apiKeyVariableName)
277+
ApiKey = Some (Environment.GetEnvironmentVariable apiKeyVariableName)
278278
Source = source
279279
SkipDuplicate = true
280280
}

0 commit comments

Comments
 (0)