ci: release wf uses deep clone
This commit is contained in:
		
							parent
							
								
									28ff78d809
								
							
						
					
					
						commit
						4e6ea2f1ca
					
				
							
								
								
									
										7
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -16,10 +16,9 @@ jobs:
 | 
				
			|||||||
      pages: write
 | 
					      pages: write
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout code
 | 
					      - name: Checkout code
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
      - name: Fetch tags
 | 
					          fetch-depth: 0
 | 
				
			||||||
        run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up Python
 | 
					      - name: Set up Python
 | 
				
			||||||
        uses: actions/setup-python@v1
 | 
					        uses: actions/setup-python@v1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user