Skip to content

Commit

Permalink
fix goreleaser homebrew build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed Aug 19, 2020
1 parent 95b9d3c commit 3e4d55c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/kubectl-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.SOLUBLE_KUBETAP_BOT_TOKEN }}
-
name: Update homebrew-tap
if: "!contains(github.ref, '-')" # skip RCs
uses: mislav/bump-homebrew-formula-action@v1.6
with:
formula-name: kubetap
homebrew-tap: soluble-ai/homebrew-kubetap
env:
COMMITTER_TOKEN: ${{ secrets.SOLUBLE_KUBETAP_BOT_TOKEN }}
# -
# name: Update homebrew-tap
# if: "!contains(github.ref, '-')" # skip RCs
# uses: mislav/bump-homebrew-formula-action@v1.6
# with:
# formula-name: kubetap
# homebrew-tap: soluble-ai/homebrew-kubetap
# env:
# COMMITTER_TOKEN: ${{ secrets.SOLUBLE_KUBETAP_BOT_TOKEN }}
# -
# name: Update krew plugin
# if: "!contains(github.ref, '-')" # skip RCs
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ changelog:
- '^proxies:'
brews:
-
name: Kubetap
name: kubetap
tap:
owner: soluble-ai
name: homebrew-kubetap
folder: Formula
skip_upload: false
download_strategy: CurlDownloadStrategy
caveats: 'kubetap is best invoked as: $ kubectl tap'
Expand Down

0 comments on commit 3e4d55c

Please sign in to comment.