Skip to content

Commit c9c90df

Browse files
authored
[skip-changelog] Remove auto-update to homebrew from release workflow (#2639)
1 parent 3f0d43f commit c9c90df

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-go-task.yml

-7
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,3 @@ jobs:
298298

299299
- name: Upload release files on Arduino downloads servers
300300
run: aws s3 sync ${{ env.DIST_DIR }} s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}
301-
302-
- name: Update Homebrew formula
303-
if: steps.prerelease.outputs.IS_PRE != 'true'
304-
uses: dawidd6/action-homebrew-bump-formula@v3
305-
with:
306-
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
307-
formula: arduino-cli

0 commit comments

Comments
 (0)