summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 22:24:35 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 22:24:35 +0000
commit9720abd562b591fc7cc99b9025448b02bae70c19 (patch)
treec552037070ee0c0c9574c12ffb9bd079a3553854
parent065fd2984a827f4cb87f71fe478ccc0da92eb540 (diff)
downloadasciidoc-py3-9720abd562b591fc7cc99b9025448b02bae70c19.tar.gz
disable homebrew update workflow
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 96ab72a..79e2421 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,10 +37,10 @@ jobs:
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}}
+ # - name: Update Homebrew formula
+ # uses: dawidd6/action-homebrew-bump-formula@v3
+ # with:
+ # token: ${{secrets.BREW_TOKEN}}
+ # formula: asciidoc
+ # tag: ${{github.ref}}
+ # revision: ${{github.sha}}