fix(ci): generate docs from the dispatched SDK release - #762
Merged
Merged
Conversation
Co-authored-by: Cooper <126418690+cooper-gadd@users.noreply.github.com>
cooper-gadd
requested review from
Coleary005,
DarrenBaldwin07 and
milldr
as code owners
September 15, 2026 14:15
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Rollout
Merge this before the companion SDK notifier fix. No content, layout, generated SDK code, or credential changes.
Note
Low Risk
Changes are limited to a docs CI workflow; no runtime, auth, or generated content logic in this diff.
Overview
The Update released SDK examples workflow no longer resolves
@tembo-io/sdkfrom npm’slatesttag. It now documents the exact version from thesdk-publisheddispatch payload (client_payload.version) or from a new requiredworkflow_dispatchinput.Before generating examples, CI validates semver, then polls npm for that specific release (up to ~2 minutes). If the package never appears, the job fails with an error instead of falling back to an older release.
Reviewed by Cursor Bugbot for commit 53483c0. Bugbot is set up for automated code reviews on this repo. Configure here.