add force flag to git clean
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							@@ -36,7 +36,7 @@ jobs:
 | 
				
			|||||||
        git add licenses
 | 
					        git add licenses
 | 
				
			||||||
        git commit -m "Updated licenses"
 | 
					        git commit -m "Updated licenses"
 | 
				
			||||||
        git push
 | 
					        git push
 | 
				
			||||||
        git clean && git reset --hard
 | 
					        git clean -f && git reset --hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Create release tag
 | 
					    - name: Create release tag
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user