Skip to content

Commit 8bcf734

Browse files
author
Stephan Dilly
committed
disable private tap for now
1 parent 53cd06a commit 8bcf734

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979

80-
- name: Bump personal tap formula
81-
uses: mislav/bump-homebrew-formula-action@v1
82-
if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip prereleases
83-
env:
84-
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
85-
with:
86-
formula-name: gitui
87-
homebrew-tap: extrawurst/tap
88-
download-url: https://github.com/extrawurst/gitui/releases/download/${{ steps.get_version.outputs.version }}/gitui-mac.tar.gz
80+
# - name: Bump personal tap formula
81+
# uses: mislav/bump-homebrew-formula-action@v1
82+
# if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip prereleases
83+
# env:
84+
# COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
85+
# with:
86+
# formula-name: gitui
87+
# homebrew-tap: extrawurst/tap
88+
# download-url: https://github.com/extrawurst/gitui/releases/download/${{ steps.get_version.outputs.version }}/gitui-mac.tar.gz
8989

9090
- name: Bump homebrew-core formula
9191
uses: mislav/bump-homebrew-formula-action@v1

0 commit comments

Comments
 (0)