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
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ jobs:
pull-requests: write
id-token: write
uses: btravstack/tools/.github/workflows/release-reusable.yml@workflows-v1
with:
# The exact commit the green CI run measured. Without it a `workflow_run`
# checkout takes the default branch's CURRENT tip, which a push landing
# after CI went green can have moved — publishing a permanent tarball
# from a commit no CI run validated.
ref: ${{ github.event.workflow_run.head_sha }}
secrets:
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
Loading