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 4354602 commit bd32f8cCopy full SHA for bd32f8c
.github/workflows/release.yaml
@@ -66,7 +66,7 @@ jobs:
66
if: "!contains(github.event.head_commit.message, '[ci skip]')"
67
steps:
68
- name: Bump Homebrew formula version
69
- uses: dawidd6/action-homebrew-bump-formula@v3.5.1
+ uses: dawidd6/action-homebrew-bump-formula@v3.8.0
70
if: "!contains(github.ref, '-')" # skip prereleases
71
with:
72
token: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments