Skip to content

Commit

Permalink
fix(goreleaser): try replacing build with builds for v2 config (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored Nov 5, 2024
1 parent d27302b commit ea187be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ before:
hooks:
- go mod download

#build:
builds:
- skip: true

# Uses git-chglog output from release flow
changelog:
Expand Down

0 comments on commit ea187be

Please sign in to comment.