summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-28 12:23:00 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-10-28 12:23:00 -1000
commit38fb7b2bd423ed856da3a96bd204893fcf7d277c (patch)
treebc97f6a12384939d496606821f08d06c48a22a83
parent8b492cbe45c1852760f8bb95ea3936cd883821e9 (diff)
downloadasciidoc-py3-38fb7b2bd423ed856da3a96bd204893fcf7d277c.tar.gz
Enable creating PR in homebrew for releases
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/release.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1150820..0322b1a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,10 +43,10 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- # - name: Update Homebrew formula
- # uses: dawidd6/action-homebrew-bump-formula@v3
- # with:
- # token: ${{secrets.BREW_TOKEN}}
- # formula: asciidoc
- # tag: ${{github.ref}}
- # revision: ${{github.sha}}
+ - name: Update Homebrew formula
+ uses: dawidd6/action-homebrew-bump-formula@v3
+ with:
+ token: ${{secrets.BREW_TOKEN}}
+ formula: asciidoc
+ tag: ${{github.ref}}
+ revision: ${{github.sha}}