Skip to content

ci: build the package before the publish dry run - #37

Merged
henrypalacios merged 1 commit into
mainfrom
fix/publish-sdk-dry-run
Sep 18, 2026
Merged

henrypalacios merged 1 commit into
mainfrom
fix/publish-sdk-dry-run

Conversation

@henrypalacios

Copy link
Copy Markdown
Collaborator

The dry-run preview of both publish workflows ran the publish lifecycle without installed dependencies, so it failed and listed an incomplete tarball.

Install and build before the preview, only when dry_run is set. The release path is unchanged.

flowchart LR
  A[dry_run] --> B[install] --> C[build] --> D[pack and publish preview]
Loading

The dry-run preview ran the publish lifecycle without installed dependencies, so it failed and listed an incomplete tarball. Install and build first so the preview matches what a release ships.
@henrypalacios
henrypalacios merged commit 6bd907a into main Sep 18, 2026
2 checks passed
@henrypalacios
henrypalacios deleted the fix/publish-sdk-dry-run branch September 18, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant