Skip to content

Commit

Permalink
add ci step to automatically update tag & revision of a specified for…
Browse files Browse the repository at this point in the history
…mula and open a PR to Homebrew repo (arduino#808)
  • Loading branch information
umbynos authored Jul 9, 2020
1 parent 9ed1414 commit c446ab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ jobs:
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
formula: arduino-cli

0 comments on commit c446ab6

Please sign in to comment.