Unverified Commit c9c90df1 authored by Cristian Maglie's avatar Cristian Maglie Committed by GitHub

[skip-changelog] Remove auto-update to homebrew from release workflow (#2639)

parent 3f0d43f7
......@@ -298,10 +298,3 @@ jobs:
- name: Upload release files on Arduino downloads servers
run: aws s3 sync ${{ env.DIST_DIR }} s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}
- name: Update Homebrew formula
if: steps.prerelease.outputs.IS_PRE != 'true'
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
formula: arduino-cli
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment