8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0d43f commit c9c90dfCopy full SHA for c9c90df
.github/workflows/release-go-task.yml
@@ -298,10 +298,3 @@ jobs:
298
299
- name: Upload release files on Arduino downloads servers
300
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