We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e665905 commit aa49e32Copy full SHA for aa49e32
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Update Example
55
if: ${{ !inputs.dry-run }}
56
run: |
57
- yarn example install ${{steps.package-info.outputs.name}}@${{steps.package-info.outputs.version}}
+ yarn example add ${{steps.package-info.outputs.name}}@${{steps.package-info.outputs.version}}
58
59
- name: Commit Example
60
0 commit comments