mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: set explicit ref in prepare-release (#22338)
This commit is contained in:
parent
5de76dbaee
commit
debc35a4d5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prepare-release.yml
vendored
1
.github/workflows/prepare-release.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
ref: main
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
|
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue