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 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}}