Skip to content

Add npm publish dry run workflow#1333

Merged
cristianrgreco merged 1 commit into
mainfrom
codex/npm-publish-dry-run
May 20, 2026
Merged

Add npm publish dry run workflow#1333
cristianrgreco merged 1 commit into
mainfrom
codex/npm-publish-dry-run

Conversation

@cristianrgreco
Copy link
Copy Markdown
Collaborator

@cristianrgreco cristianrgreco commented May 20, 2026

Summary

Adds a manual dry-run path to the npm publish workflow using workflow_dispatch.

Manual runs accept a version with or without a v prefix, run the same version update and build steps as the release workflow, skip git commit/push, and then run npm publish --ws --dry-run. Real release publishes remain restricted to the existing release.published trigger.

Verification

  • npm ci
  • npm run format
  • YAML parse check for .github/workflows/npm-publish.yml
  • git diff --check

Test results

The workflow file formats cleanly, parses as YAML, and has no whitespace errors.

Breaking change evidence

This only changes GitHub Actions release automation. It does not change package source, package exports, runtime behavior, or public APIs.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 13b3e37
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a0d91026f6c850008e285eb
😎 Deploy Preview https://deploy-preview-1333--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco added maintenance Improvements that do not change functionality patch Backward compatible bug fix labels May 20, 2026 — with ChatGPT Codex Connector
@cristianrgreco cristianrgreco force-pushed the codex/npm-publish-dry-run branch from 0d6f691 to 4b0838e Compare May 20, 2026 10:33
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b0838e1aa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/npm-publish.yml
@cristianrgreco cristianrgreco force-pushed the codex/npm-publish-dry-run branch from 4b0838e to 13b3e37 Compare May 20, 2026 10:46
@cristianrgreco cristianrgreco merged commit dd8024a into main May 20, 2026
263 checks passed
@cristianrgreco cristianrgreco deleted the codex/npm-publish-dry-run branch May 20, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improvements that do not change functionality patch Backward compatible bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant