Skip to content

Commit

Permalink
chore(ci): publish - remove unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 20, 2023
1 parent 3e07c0c commit c167002
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ jobs:
command: yarn install --frozen-lockfile
- name: Compile TypeScript
run: yarn tsc
- name: Build native
run: cd packages/cubejs-backend-native && npm run native:build-release
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down Expand Up @@ -329,8 +327,6 @@ jobs:
command: yarn install --frozen-lockfile
- name: Compile TypeScript
run: yarn tsc
- name: Build native
run: cd packages/cubejs-backend-native && npm run native:build-release
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down

0 comments on commit c167002

Please sign in to comment.