Skip to content

Commit b6aad8b

Browse files
authored
fix: Update release.yml (#483)
Restores previous functionality, as the proposed changes did NOT work as intended (the entire dist/ folder goes bye-bye).
1 parent c4351c3 commit b6aad8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "Building affected workspaces:"
6969
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
7070
echo " - samples/$workspace"
71-
(cd samples/ && npm run build --workspace=$workspace)
71+
7272
done
7373
7474
- name: Get Deleted Workspaces
@@ -85,8 +85,7 @@ jobs:
8585
echo " - samples/$workspace"
8686
done
8787
88-
- name: Generate Index
89-
run: bash samples/generate-index.sh
88+
- run: npm run build-all
9089

9190
- uses: google-github-actions/auth@v1
9291
with:

0 commit comments

Comments
 (0)