Skip to content

Commit fa55a0f

Browse files
committed
ci: remove yaml and json from dist
1 parent 2eb95eb commit fa55a0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
shell: bash
3232
run: |
3333
tree ./dist
34-
find ./dist -name *.json* -type f -exec rm -f {} \;
34+
find ./dist -regextype sed -regex ".*\.\(json\|yaml\)" -type f -exec rm -f {} \;
35+
tree ./dist
3536
mv -f ./dist/**/* ./dist/
3637
3738
- name: Release

0 commit comments

Comments
 (0)