core-agent-ide/.github
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
..
actions/codex fix: set --config hide_agent_reasoning=true in the GitHub Action (#1185) 2025-05-30 23:57:05 -07:00
codex feat: initial import of experimental GitHub Action (#1170) 2025-05-30 10:55:28 -07:00
ISSUE_TEMPLATE fix: update bug report template - there is no --revision flag (#614) 2025-04-24 10:48:42 -07:00
workflows 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
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dotslash-config.json fix: use aarch64-unknown-linux-musl instead of aarch64-unknown-linux-gnu (#1228) 2025-06-05 22:45:45 -07:00