Skip to content

Commit

Permalink
Revert "Add Goreleaser-Homebrew integration (#30)" (#32)
Browse files Browse the repository at this point in the history
This reverts commit ca60849.
  • Loading branch information
ozansz authored Oct 14, 2022
1 parent 7c1155a commit 406749f
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

brews:
-
name: gls
tap:
owner: ozansz
name: homebrew-gls

url_template: "https://github.com/ozansz/gls/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

commit_author:
name: goreleaserbot
email: bot@goreleaser.com

commit_msg_template: "Brew formula update for gls version {{ .Tag }}"

# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula

homepage: "https://github.com/ozansz/gls"

description: "Minimal file manager with terminal UI."

license: "MIT"
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 406749f

Please sign in to comment.