From af63e6eccc35783f1bf4dca3c61adb090efb6b8a Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 21 Nov 2025 15:03:50 -0800 Subject: [PATCH] fix: start publishing @openai/codex-shell-tool-mcp to npm (#7123) Start publishing as part of the normal release process. --- .github/workflows/rust-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 5c814ac8f..9a9903579 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -377,8 +377,7 @@ jobs: uses: ./.github/workflows/shell-tool-mcp.yml with: release-tag: ${{ github.ref_name }} - # We are not ready to publish yet. - publish: false + publish: true secrets: inherit release: