Skip to content

Commit

Permalink
Fixing up goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Jun 6, 2024
1 parent a82552f commit 7ac5d67
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
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -23,7 +24,7 @@ builds:
- -X github.com/pulumiverse/pulumi-dynatrace/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-dynatrace/
changelog:
skip: true
disable: true
release:
disable: false
snapshot:
Expand Down

0 comments on commit 7ac5d67

Please sign in to comment.