mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: check out the branch tip when preparing a release (#31061)
This commit is contained in:
parent
7078734df8
commit
b8400dfe30
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prepare-release.yml
vendored
1
.github/workflows/prepare-release.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue