summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}