Skip to content

Commit b221138

Browse files
authored
[skip changelog] Make Homebrew formula update only run on stable releases (#810)
The formula should not be updated on pre-releases.
1 parent 6ae9b60 commit b221138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
143143

144144
- name: Update Homebrew formula
145+
if: steps.prerelease.outputs.IS_PRE != 'true'
145146
uses: dawidd6/action-homebrew-bump-formula@v3
146147
with:
147148
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)