We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969bceb commit ab17eb3Copy full SHA for ab17eb3
1 file changed
.github/workflows/e2e-staging.yml
@@ -116,11 +116,10 @@ jobs:
116
fi
117
jq --version
118
119
- # --- SDK from ref: build from source and publish to local registry ---
120
- name: Build packages
121
- if: ${{ steps.inputs.outputs.sdk-source == 'ref' }}
122
run: pnpm turbo build $TURBO_ARGS --only
123
+ # --- SDK from ref: publish to local registry ---
124
- name: Publish to local registry
125
if: ${{ steps.inputs.outputs.sdk-source == 'ref' }}
126
run: pkglab pub --force
0 commit comments