Skip to content

Commit 4b0dbff

Browse files
committed
fixup: missing test-data component in fixed link
1 parent 2a88772 commit 4b0dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Fix the relative URLs in the READMEs to work on npmjs
4040
run: |
4141
sed -i 's/(\.\.\/web-component)/(web-component)/g' dist/packages/ngx-web-component/README.md
42-
sed -i 's/(test-data\//(https:\/\/github.com\/ReadAlongs\/Studio-Web\/blob\/${{ github.ref_name }}\/packages\/web-component\//g' dist/packages/web-component/README.md
42+
sed -i 's/(test-data\//(https:\/\/github.com\/ReadAlongs\/Studio-Web\/blob\/${{ github.ref_name }}\/packages\/web-component\/test-data\//g' dist/packages/web-component/README.md
4343
- name: Publish web-component to npmjs
4444
run: |
4545
cd dist/packages/web-component && npm publish --access=public

0 commit comments

Comments
 (0)