mirror of
				https://github.com/TomWright/dasel.git
				synced 2022-05-22 02:32:45 +03:00 
			
		
		
		
	Update homebrew workflow
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/bump-homebrew.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/bump-homebrew.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,13 @@ jobs: | ||||
|     runs-on: macos-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - name: Set env | ||||
|         run: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV | ||||
|       - name: Homebrew bump formula | ||||
|         uses: dawidd6/action-homebrew-bump-formula@v3.8.0 | ||||
|         with: | ||||
|           token: ${{ secrets.GH_HOMEBREW_TOKEN }} | ||||
|           formula: dasel | ||||
|           tap: homebrew/core | ||||
|           tag: ${{ env.RELEASE_VERSION }} | ||||
|           force: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Wright
					Tom Wright