Skip to content

Commit 4f96c47

Browse files
committed
make goreleaser run
1 parent e0d30b7 commit 4f96c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
archives:
23
- id: archive
34
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
@@ -20,7 +21,7 @@ builds:
2021
- -X github.com/pulumiverse/pulumi-zitadel/provider/pkg/version.Version={{.Tag }}
2122
main: ./cmd/pulumi-resource-zitadel/
2223
changelog:
23-
skip: true
24+
disable: true
2425
release:
2526
disable: false
2627
prerelease: auto

0 commit comments

Comments
 (0)