mirror of
https://github.com/makew0rld/amfora.git
synced 2025-01-03 14:56:27 -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
|
version: 0.x
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_REPOS }}
|
||||||
|
@ -46,7 +46,6 @@ builds:
|
|||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: binary
|
- format: binary
|
||||||
|
|
||||||
replacements:
|
replacements:
|
||||||
darwin: macOS
|
darwin: macOS
|
||||||
386: 32-bit
|
386: 32-bit
|
||||||
@ -57,3 +56,19 @@ milestones:
|
|||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
skip: true
|
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