Skip to content

Commit ab17eb3

Browse files
authored
fix(ci): always build packages in e2e-staging workflow (#8055)
1 parent 969bceb commit ab17eb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/e2e-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ jobs:
116116
fi
117117
jq --version
118118
119-
# --- SDK from ref: build from source and publish to local registry ---
120119
- name: Build packages
121-
if: ${{ steps.inputs.outputs.sdk-source == 'ref' }}
122120
run: pnpm turbo build $TURBO_ARGS --only
123121

122+
# --- SDK from ref: publish to local registry ---
124123
- name: Publish to local registry
125124
if: ${{ steps.inputs.outputs.sdk-source == 'ref' }}
126125
run: pkglab pub --force

0 commit comments

Comments
 (0)