Skip to content

Commit 060d67f

Browse files
committed
try publishing as homebrew tap
1 parent 40cd459 commit 060d67f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
version: ${{ env.GITHUB_REF_NAME }}
2929
args: release --clean
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}

.goreleaser.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ changelog:
3939
- '^docs:'
4040
- '^test:'
4141

42+
universal_binaries:
43+
- replace: true
44+
45+
brews:
46+
-
47+
name: pathdebug
48+
homepage: "https://github.com/d-led/pathdebug"
49+
tap:
50+
owner: d-led
51+
name: homebrew-d-led
52+
commit_author:
53+
name: Dmitry Ledentsov
54+
email: dmlled@yahoo.com
55+
4256
# The lines beneath this are called `modelines`. See `:help modeline`
4357
# Feel free to remove those if you don't want/use them.
4458
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

0 commit comments

Comments
 (0)