Skip to content

Commit

Permalink
[skip-changelog] Remove auto-update to homebrew from release workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jun 14, 2024
1 parent 3f0d43f commit c9c90df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9c90df

Please sign in to comment.