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 d7f3936 commit c89cb7dCopy full SHA for c89cb7d
.github/workflows/homebrew.yml
@@ -19,10 +19,6 @@ jobs:
19
# GitHub token, required, not the default one
20
token: ${{secrets.HOMEBREW_GITHUB_TOKEN}}
21
# Formula name, required
22
- formula: gitversion
23
-# - uses: mislav/bump-homebrew-formula-action@v1
24
-# with:
25
-# # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
26
-# formula-name: gitversion
27
-# env:
28
-# COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
+ formula: gitversion
+ # Optional, will be determined automatically
+ tag: 5.6.1
0 commit comments