Skip to content

Commit c446ab6

Browse files
authored
add ci step to automatically update tag & revision of a specified formula and open a PR to Homebrew repo (#808)
1 parent 9ed1414 commit c446ab6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,9 @@ jobs:
140140
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
141141
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
142142
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
143+
144+
- name: Update Homebrew formula
145+
uses: dawidd6/action-homebrew-bump-formula@v3
146+
with:
147+
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
148+
formula: arduino-cli

0 commit comments

Comments
 (0)