ci: DH-21524: Support single package publishing#1286
Merged
mofojed merged 3 commits intodeephaven:mainfrom Jan 30, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the JS packages publish workflow to support publishing a single workspace/package instead of always publishing all packages.
Changes:
- Adds a new
packageinput to theworkflow_dispatchtrigger to specify a single package to publish. - Updates the stable publish step to conditionally run
npm publish --workspace="<package>"when a package name is provided, falling back to the existinglerna publish from-package --yesbehavior otherwise. - Updates the canary publish step to conditionally bump and publish a single package (
npm version prerelease ... --workspace+npm publish --tag canary --workspace) when a package is specified, otherwise retaining the existinglerna publish --canarybehavior; both publish steps now explicitly useNODE_AUTH_TOKEN.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mofojed
requested changes
Jan 29, 2026
Co-authored-by: Mike Bender <mikebender@deephaven.io>
Co-authored-by: Mike Bender <mikebender@deephaven.io>
mofojed
approved these changes
Jan 30, 2026
mofojed
added a commit
to mofojed/deephaven-plugins
that referenced
this pull request
Mar 12, 2026
Co-authored-by: Mike Bender <mikebender@deephaven.io>
mofojed
added a commit
that referenced
this pull request
Mar 12, 2026
Publish action failed previously: https://github.com/deephaven/deephaven-plugins/actions/runs/22858273185 Needed to cherry-pick back some changes from main to get the workflow working with trusted publishing - build: Update to node v24 - ci: Update lerna to support trusted publishing, merge publish-alpha and publish-packages (#1276) - ci: DH-21524: Support single package publishing (#1286) - ci: DH-21524: Use SHA for canary version (#1287) --------- Co-authored-by: Vlad Babich <vladbabich@deephaven.io>
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.
No description provided.