fix: check out the branch tip when preparing a release (#31061)

This commit is contained in:
bo0tzz 2026-08-27 21:40:55 +02:00 committed by GitHub
parent 7078734df8
commit b8400dfe30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.ref_name }}
token: ${{ steps.token.outputs.token }}
persist-credentials: true