 Mohammed Al Sahaf
					
					4 years ago
						Mohammed Al Sahaf
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
0 additions and 
7 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/ci.yml
				
- 
					
					
					 
					.github/workflows/release.yml
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -156,9 +156,6 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |     steps: | 
			
		
	
		
			
				
					|  |  |  |       - name: checkout | 
			
		
	
		
			
				
					|  |  |  |         uses: actions/checkout@v2 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       - name: Create 'caddy-build' | 
			
		
	
		
			
				
					|  |  |  |         run: mkdir -p caddy-build | 
			
		
	
		
			
				
					|  |  |  |        | 
			
		
	
		
			
				
					|  |  |  |       - uses: goreleaser/goreleaser-action@v2 | 
			
		
	
		
			
				
					|  |  |  |         with: | 
			
		
	
	
		
			
				
					|  |  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -88,10 +88,6 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |         restore-keys: | | 
			
		
	
		
			
				
					|  |  |  |           ${{ runner.os }}-go${{ matrix.go }}-release | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     - name: Create the 'caddy-build' dir for GoReleaser | 
			
		
	
		
			
				
					|  |  |  |       run: | | 
			
		
	
		
			
				
					|  |  |  |         mkdir -p caddy-build | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     # GoReleaser will take care of publishing those artifacts into the release | 
			
		
	
		
			
				
					|  |  |  |     - name: Run GoReleaser | 
			
		
	
		
			
				
					|  |  |  |       uses: goreleaser/goreleaser-action@v2 | 
			
		
	
	
		
			
				
					|  |  | 
 |