Skip to content

Commit bb7c841

Browse files
authored
fix:Update release.yml (#490)
Adds generate index step to try and fix the issue of clobbering all of the things.,
1 parent e8dcbf7 commit bb7c841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
(cd samples/ && npm run build --workspace=$workspace)
7373
done
7474
75+
- name: Generate Index
76+
run: bash samples/generate-index.sh
77+
7578
- name: Get Deleted Workspaces
7679
id: get_deleted
7780
run: bash samples/find-deleted-subfolders.sh ${{ github.event.before }}

0 commit comments

Comments
 (0)