Skip to content

Commit

Permalink
add homebrew upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotik committed Feb 22, 2022
1 parent 86980be commit e042c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- "*"
- "v*"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ brews:
# If set to auto, the release will not be uploaded to the homebrew tap
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
# Default is false.
skip_upload: true
# skip_upload: true

# Packages your package depends on.
dependencies: []
Expand Down

0 comments on commit e042c61

Please sign in to comment.