File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ runs:
2828 shell : bash
2929 working-directory : ./packages/vue
3030 - name : Clean core package.json
31- run : git checkout ./package.json
31+ run : git checkout ./core/package.json ./packages/react/ package.json
3232 shell : bash
33- working-directory : ./core
3433 - name : 🔍 Check Diff
3534 run : git diff --exit-code
3635 shell : bash
37- working-directory : ./packages/vue
3836 - uses : ./.github/workflows/actions/upload-archive
3937 with :
4038 name : ionic-vue
Original file line number Diff line number Diff line change 1313 path : ./core
1414 filename : CoreBuild.zip
1515 - name : Clean core package.json
16- run : git checkout ./package.json
16+ run : git checkout ./core/package.json ./packages/react/ package.json
1717 shell : bash
18- working-directory : ./core
1918 - name : 🔍 Check Diff
2019 run : |
2120 git diff --exit-code || {
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
183183 - name : Install Stencil React Output Target
184184 working-directory : ./packages/react
185- run : npm i @stencil/react-output-target/ ${{ inputs.npm_release_tag_react_output_target }}
185+ run : npm i @stencil/react-output-target@ ${{ inputs.npm_release_tag_react_output_target }}
186186 shell : bash
187187 - uses : ./.github/workflows/actions/build-react
188188
You can’t perform that action at this time.
0 commit comments