Skip to content

Commit c167002

Browse files
committed
chore(ci): publish - remove unneeded steps
1 parent 3e07c0c commit c167002

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ jobs:
233233
command: yarn install --frozen-lockfile
234234
- name: Compile TypeScript
235235
run: yarn tsc
236-
- name: Build native
237-
run: cd packages/cubejs-backend-native && npm run native:build-release
238236
- name: Build native (fallback)
239237
if: (matrix.python-version == 'fallback')
240238
run: cd packages/cubejs-backend-native && npm run native:build-release
@@ -329,8 +327,6 @@ jobs:
329327
command: yarn install --frozen-lockfile
330328
- name: Compile TypeScript
331329
run: yarn tsc
332-
- name: Build native
333-
run: cd packages/cubejs-backend-native && npm run native:build-release
334330
- name: Build native (fallback)
335331
if: (matrix.python-version == 'fallback')
336332
run: cd packages/cubejs-backend-native && npm run native:build-release

0 commit comments

Comments
 (0)