Skip to content

Commit 63c4475

Browse files
committed
fix(cd): claude fix for sed error
1 parent 1680eb9 commit 63c4475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Update package.json with base href
112112
run: |
113-
sed -i 's/--configuration production/--base-href=${{ matrix.base_href }} --configuration production/g' package.json
113+
sed -i 's|--configuration production|--base-href=${{ matrix.base_href }} --configuration production|g' package.json
114114
115115
- name: Generate live-editing
116116
run: npm ${{ matrix.custom_command }}

0 commit comments

Comments
 (0)