Skip to content

Commit 3ba395a

Browse files
authored
fix:Update release.yml (#471)
Restores build-all, and removes build statement from "affected projects" stanza; script will require additional testing :-)
1 parent 21ff6df commit 3ba395a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ jobs:
6868
echo "Building affected workspaces:"
6969
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
7070
echo " - samples/$workspace"
71-
npm run build --workspace=samples/$workspace
7271
done
7372
74-
- name: Generate index
75-
run: npm run generate-index
73+
- run: npm run build-all
7674

7775
- uses: google-github-actions/auth@v1
7876
with:

0 commit comments

Comments
 (0)