Skip to content

Commit

Permalink
fix(release): fix github compare action
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jun 29, 2023
1 parent 21eb436 commit d430149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/project_artifact_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,16 @@ jobs:
with:
ref: ${{ matrix.ref }}
lfs: true
- name: Xcodegen
uses: xavierLowmiller/[email protected]
with:
spec: framework/examples/ios-demo/project.yml
version: '2.32.0'
- name: Build
if: ${{ matrix.ref }}
run: |
pushd framework/examples/ios-demo
pod install
xcodegen
popd
xcodebuild build \
-destination 'generic/platform=iOS' \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/project_artifact_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 17
registry-url: https://npm.pkg.github.com
cache: 'npm'
cache-dependency-path: driver/js/package-lock.json
Expand All @@ -188,7 +188,7 @@ jobs:
run: npm run build
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 17
registry-url: 'https://registry.npmjs.org'
- name: Publish to NPM
if: github.event.inputs.js_npm_dist_tag_name != null && (github.event.inputs.registry_choice == 'Both' || github.event.inputs.registry_choice == 'Default')
Expand Down

0 comments on commit d430149

Please sign in to comment.