Skip to content

Commit

Permalink
fix(goreleaser) : changes in goreleaser.yml (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-newrelic authored Nov 4, 2024
1 parent 972e653 commit ec60e56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: newrelic-client-go
env:
- GO111MODULE=on
Expand All @@ -7,12 +8,10 @@ before:
- go mod download

#build:
build:
skip: true

# Uses git-chglog output from release flow
changelog:
skip: false
disable: false

release:
prerelease: false
Expand Down

0 comments on commit ec60e56

Please sign in to comment.