Skip to content

Commit

Permalink
fixup! Implemented launch profile in the Build project and switched…
Browse files Browse the repository at this point in the history
… publishing via it
  • Loading branch information
xperiandri committed Oct 29, 2023
1 parent 57883da commit 6bd944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ let push id =
PushParams = {
p.PushParams
with
ApiKey = Some (Environment.environVar apiKeyVariableName)
ApiKey = Some (Environment.GetEnvironmentVariable apiKeyVariableName)
Source = source
SkipDuplicate = true
}
Expand Down

0 comments on commit 6bd944b

Please sign in to comment.