core-agent-ide/.github/workflows
Michael Bolin 4cb3c76798
fix: softprops/action-gh-release@v2 should use existing tag instead of creating a new tag (#1436)
https://github.com/Homebrew/homebrew-core/pull/228521 details the issues
I was having with the **Source code (tar.gz)** artifact for our GitHub
releases not being quite right. I landed these PRs as stabs in the dark
to fix this:

- https://github.com/openai/codex/pull/1423
- https://github.com/openai/codex/pull/1430

Based on the insights from
https://github.com/Homebrew/homebrew-core/pull/228521, I think those
were wrong and the real problem was this:


6dad5c3b17/.github/workflows/rust-release.yml (L162)

That is, I was manufacturing a new tag name on the fly instead of using
the existing one.

This PR reverts #1423 and #1430 and hopefully fixes how `tag_name` is
set for the `softprops/action-gh-release@v2` step so the **Source code
(tar.gz)** includes the correct files. Assuming this works, this should
make the Homebrew formula straightforward.
2025-06-30 12:10:48 -07:00
..
ci.yml chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
codex.yml fix: missed a step in #1171 for codex.yml (#1172) 2025-05-30 11:04:41 -07:00
rust-ci.yml fix: support arm64 build for Linux (#1225) 2025-06-05 20:29:46 -07:00
rust-release.yml fix: softprops/action-gh-release@v2 should use existing tag instead of creating a new tag (#1436) 2025-06-30 12:10:48 -07:00