Skip to content

Commit 2487ad4

Browse files
authored
Merge pull request #872 from rstudio/skyeturriff-patch-1
Update build-manual.yaml
2 parents f2049d9 + f2db0fa commit 2487ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-manual.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
product="CONNECT"
142142
elif [[ "$product" == "package-manager" ]]; then
143143
product="PACKAGE_MANAGER"
144+
elif [[ "$product" == "workbench-session-init" ]]; then
145+
product="WORKBENCH_SESSION_INIT"
144146
else
145147
product="WORKBENCH"
146148
fi

0 commit comments

Comments
 (0)