1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

fix(ci): Add missing checkout step to prepare-release workflow (#1709)

This commit is contained in:
bo0tzz 2023-02-09 20:02:30 +01:00 committed by GitHub
parent 3ca62d9c55
commit 3d103046bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,11 @@ jobs:
needs: build_mobile
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ORG_RELEASE_TOKEN }}
- name: Download APK
uses: actions/download-artifact@v3
with: