Skip to content

Commit

Permalink
Changing brew tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiranda committed Nov 25, 2021
1 parent 02b624f commit 9af253d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
ldflags:
ldflags:
- '-s -w -X github.com/mmiranda/markdown-index/cmd.version={{.Version}} -X github.com/mmiranda/markdown-index/cmd.commit={{.Commit}} -X github.com/mmiranda/markdown-index/cmd.date={{.Date}}'
goos:
- linux
Expand Down Expand Up @@ -42,15 +42,15 @@ dockers:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.version={{.Version}}"

# Publish on Homebrew Tap
brews:
-
name: markdown-index
tap:
owner: mmiranda
name: homebrew-mdindex
name: homebrew-apps
branch: main

commit_author:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Markdown-index is a library to help you generate a global index for multiple mar
The easiest way to install it is using Homebrew:

```bash
brew tap mmiranda/mdindex
brew tap mmiranda/apps
brew install markdown-index
```

Expand Down

0 comments on commit 9af253d

Please sign in to comment.