Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# In real mode, pin to the just-pushed tag so the changelog includes
# the new section (bump's commit is past the orchestrator's dispatch
# ref). In dry-run, the tag does not exist; fall back to caller's ref.
ref: ${{ inputs.dry_run == false && inputs.tag || '' }}

- name: Resolve tag
id: tag
Expand Down
Loading