From 060d67f3f0478aaf94ff735bd07564619d2042d4 Mon Sep 17 00:00:00 2001 From: Dmitry Ledentsov Date: Sat, 18 Mar 2023 11:22:17 +0100 Subject: [PATCH] try publishing as homebrew tap --- .github/workflows/goreleaser.yml | 2 +- .goreleaser.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 90dc4f6..a719d8f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -28,4 +28,4 @@ jobs: version: ${{ env.GITHUB_REF_NAME }} args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 103ca86..6eba983 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -39,6 +39,20 @@ changelog: - '^docs:' - '^test:' +universal_binaries: + - replace: true + +brews: + - + name: pathdebug + homepage: "https://github.com/d-led/pathdebug" + tap: + owner: d-led + name: homebrew-d-led + commit_author: + name: Dmitry Ledentsov + email: dmlled@yahoo.com + # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json