Skip to content

Commit 86bc690

Browse files
committed
chore(ci): fix npm install and git checkout
1 parent 3e272c8 commit 86bc690

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/actions/build-vue/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/actions/test-core-clean-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ runs:
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 || {

.github/workflows/stencil-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)