;ci: fix syntax (#1543)
This commit is contained in:
		
							parent
							
								
									73de79d3d6
								
							
						
					
					
						commit
						77be26514f
					
				
							
								
								
									
										2
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -84,6 +84,8 @@ jobs: | |||||||
|       # have to fetch everything for git describe for --version |       # have to fetch everything for git describe for --version | ||||||
|       with:  |       with:  | ||||||
|         fetch-depth: 0         |         fetch-depth: 0         | ||||||
|  | 
 | ||||||
|  |     - name: Check out tags | ||||||
|       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -54,6 +54,8 @@ jobs: | |||||||
|       # have to fetch everything for git describe for --version |       # have to fetch everything for git describe for --version | ||||||
|       with:  |       with:  | ||||||
|         fetch-depth: 0         |         fetch-depth: 0         | ||||||
|  | 
 | ||||||
|  |     - name: Check out tags | ||||||
|       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -49,6 +49,8 @@ jobs: | |||||||
|       # have to fetch everything for git describe for --version |       # have to fetch everything for git describe for --version | ||||||
|       with:  |       with:  | ||||||
|         fetch-depth: 0         |         fetch-depth: 0         | ||||||
|  | 
 | ||||||
|  |     - name: Check out tags | ||||||
|       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -44,6 +44,8 @@ jobs: | |||||||
|       # have to fetch everything for git describe for --version |       # have to fetch everything for git describe for --version | ||||||
|       with:  |       with:  | ||||||
|         fetch-depth: 0         |         fetch-depth: 0         | ||||||
|  | 
 | ||||||
|  |     - name: Check out tags | ||||||
|       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user