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 6ae9b60 commit b221138Copy full SHA for b221138
.github/workflows/release.yaml
@@ -142,6 +142,7 @@ jobs:
142
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
143
144
- name: Update Homebrew formula
145
+ if: steps.prerelease.outputs.IS_PRE != 'true'
146
uses: dawidd6/action-homebrew-bump-formula@v3
147
with:
148
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
0 commit comments