Skip to content

ci: manual-publish dry run packs instead of publishing, so it can rehearse a published tag [AIS-7539] - #24

Merged
vitalragaz merged 1 commit into
mainfrom
ci/dry-run-pack
Sep 18, 2026
Merged

vitalragaz merged 1 commit into
mainfrom
ci/dry-run-pack

Conversation

@vitalragaz

Copy link
Copy Markdown
Contributor

The dry_run added in the previous PR cannot rehearse an already-published tag. npm publish --dry-run still queries the registry and refuses to publish over an existing version, which is exactly the tag a rehearsal wants to use. npm pack --dry-run never contacts the registry.

How verified

The first dispatch against 0.0.2 passed checkout, version assertion, install, build and pack, then failed only on You cannot publish over the previously published versions: 0.0.2. This PR is re-dispatched the same way after merge and the run link goes on AIS-7539.

Tracks https://linear.app/speechify-inc/issue/AIS-7539

@vitalragaz
vitalragaz merged commit 2ddea8c into main Sep 18, 2026
7 checks passed
@vitalragaz
vitalragaz deleted the ci/dry-run-pack branch September 18, 2026 11:29
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