Skip to content

Commit

Permalink
Fix goreleaser check (#182)
Browse files Browse the repository at this point in the history
* ci(gorelaser): add the specific file name to validate on

* ci(goreleaser): add repository field

tap is deprecated
  • Loading branch information
danvergara authored Aug 6, 2023
1 parent 944f15d commit bf78413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser-check
on:
push:
paths:
- '.goreleaser*'
- '.goreleaser.yaml'

jobs:
goreleaser-check:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brews:
- name: dblab

# GitHub/GitLab repository to push the formula to
tap:
repository:
owner: danvergara
name: homebrew-tools

Expand Down

0 comments on commit bf78413

Please sign in to comment.