Skip to content

Commit aa49e32

Browse files
committed
ci: fix publish
1 parent e665905 commit aa49e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Update Example
5555
if: ${{ !inputs.dry-run }}
5656
run: |
57-
yarn example install ${{steps.package-info.outputs.name}}@${{steps.package-info.outputs.version}}
57+
yarn example add ${{steps.package-info.outputs.name}}@${{steps.package-info.outputs.version}}
5858
5959
- name: Commit Example
6060
if: ${{ !inputs.dry-run }}

0 commit comments

Comments
 (0)