mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(ci): Add missing checkout step to prepare-release workflow (#1709)
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/prepare-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user