core-agent-ide/.github/workflows
Michael Bolin 9336f2b84b
fix: npm publish --tag alpha when building an alpha release (#4112)
This updates our release process so that when we build an alpha of the
Codex CLI (as determined by pushing a tag of the format
`rust-v<cli-version>-alpha.<alpha-version>`), we will now publish the
corresponding npm module publicly, but under the `alpha` tag. As you can
see, this PR adds `--tag alpha` to the `npm publish` command, as
appropriate.
2025-09-23 23:03:43 -07:00
..
ci.yml fix: vendor ripgrep in the npm module (#3660) 2025-09-23 23:00:33 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml Skip frames files in codespell (#3606) 2025-09-14 18:00:23 -07:00
rust-ci.yml fix: add check to ensure output of generate_mcp_types.py matches codex-rs/mcp-types/src/lib.rs (#3450) 2025-09-10 23:31:28 -07:00
rust-release.yml fix: npm publish --tag alpha when building an alpha release (#4112) 2025-09-23 23:03:43 -07:00