summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-27 13:57:15 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-27 13:57:15 -0400
commit55a3a927739f20b3771cc8c44b5c35f25c5d463d (patch)
tree4d804e78d31fc1379e4d30011ad95e4d63d28f0b
parent86545abfd3ee7a59675c6f7abbceb7e0336df099 (diff)
downloadasciidoc-py3-55a3a927739f20b3771cc8c44b5c35f25c5d463d.tar.gz
add GH action step for brew bump-formula-pr
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/release.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 38d3164..96ab72a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,3 +36,11 @@ jobs:
asset_path: ./build/asciidoc-${{ github.event.release.tag_name }}.tar.gz
asset_name: asciidoc-${{ github.event.release.tag_name }}.tar.gz
asset_content_type: application/gzip
+
+ - name: Update Homebrew formula
+ uses: dawidd6/action-homebrew-bump-formula@v3
+ with:
+ token: ${{secrets.BREW_TOKEN}}
+ formula: asciidoc
+ tag: ${{github.ref}}
+ revision: ${{github.sha}}