Skip to content

Commit

Permalink
try publishing as homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Mar 18, 2023
1 parent 40cd459 commit 060d67f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
version: ${{ env.GITHUB_REF_NAME }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]

# 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
Expand Down

0 comments on commit 060d67f

Please sign in to comment.