mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🔧 Setup homebrew for next release
This commit is contained in:
parent
d312efcf1b
commit
a22a1191f2
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -23,4 +23,4 @@ jobs:
|
||||
version: 0.x
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_REPOS }}
|
||||
|
@ -46,7 +46,6 @@ builds:
|
||||
|
||||
archives:
|
||||
- format: binary
|
||||
|
||||
replacements:
|
||||
darwin: macOS
|
||||
386: 32-bit
|
||||
@ -57,3 +56,19 @@ milestones:
|
||||
|
||||
changelog:
|
||||
skip: true
|
||||
|
||||
brews:
|
||||
- name: amfora
|
||||
|
||||
homepage: "https://github.com/makeworld-the-better-one/amfora"
|
||||
description: "A fancy terminal browser for the Gemini protocol."
|
||||
|
||||
tap:
|
||||
owner: makeworld-the-better-one
|
||||
name: homebrew-tap
|
||||
|
||||
dependencies:
|
||||
- name: go
|
||||
|
||||
custom_block: |
|
||||
head "https://github.com/makeworld-the-better-one/amfora.git"
|
||||
|
Loading…
Reference in New Issue
Block a user