Skip to content

Commit 465d28f

Browse files
committed
chore: update goreleaser file
1 parent 00ae70e commit 465d28f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
version: 2
3+
14
archives:
25
- id: archive
36
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
@@ -21,7 +24,7 @@ builds:
2124
- -X github.com/pulumiverse/pulumi-clickhouse/provider/pkg/version.Version={{.Tag }}
2225
main: ./cmd/pulumi-resource-clickhouse/
2326
changelog:
24-
skip: true
27+
disable: true
2528
release:
2629
disable: false
2730
prerelease: auto

0 commit comments

Comments
 (0)