unshallow checkout to always have access to the latest tag during release
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							@@ -9,6 +9,8 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
      with:
 | 
			
		||||
        fetch-depth: 0
 | 
			
		||||
 | 
			
		||||
    - name: Set up Go
 | 
			
		||||
      uses: actions/setup-go@v2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user