Skip to content

Commit 3dc0179

Browse files
authored
Merge pull request #3 from SAFE-Stack/release-automation
Fix release note env variable name
2 parents f3e9e1d + 99c982d commit 3dc0179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let projects = [ "SAFE.Client"; "SAFE.Server" ]
2727

2828
Target.create "Bundle" (fun _ ->
2929
let version = Environment.environVarOrFail "VERSION"
30-
let releaseNotes = Environment.environVarOrFail "RELEASE_NOTE_URL"
30+
let releaseNotes = Environment.environVarOrFail "RELEASE_NOTES_URL"
3131

3232
projects
3333
|> List.map (fun project ->

0 commit comments

Comments
 (0)