Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
if: needs.create-release.outputs.release_created == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Publish release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Initial public release of the Codex adapter for devkit.
Previously `git describe ... | sed ... || echo 0.0.0` ignored `git describe`'s
failure because the `||` saw `sed`'s success on empty input, leaving
`LATEST_TAG` empty and producing `version=..1` on the first release.
- Release `publish` job now checks out the repo so `gh release edit` can
resolve the target repository from git context.
Loading