mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	Merge branch 'add-homebrew-release-flow' of https://github.com/chenrui333/cheat into v3.9.0
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/homebrew.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/homebrew.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
name: homebrew
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    tags: '*'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  homebrew:
 | 
			
		||||
    name: Bump Homebrew formula
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: mislav/bump-homebrew-formula-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
 | 
			
		||||
          formula-name: cheat
 | 
			
		||||
        env:
 | 
			
		||||
          COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user