mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	workflows: git fetch --unshallow before goreleaser step
This commit is contained in:
		
				
					committed by
					
						 Jesse Duffield
						Jesse Duffield
					
				
			
			
				
	
			
			
			
						parent
						
							91f6630907
						
					
				
				
					commit
					c06c0b7133
				
			
							
								
								
									
										4
									
								
								.github/workflows/cd.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/cd.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,8 +11,8 @@ jobs: | ||||
|     steps: | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v2 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|       - name: Unshallow repo | ||||
|         run: git fetch --prune --unshallow | ||||
|       - name: Setup Go | ||||
|         uses: actions/setup-go@v1 | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user