Skip to content

Commit

Permalink
Fix goreleaser errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidAbuRmila committed Sep 9, 2024
1 parent efbcfe2 commit ef66d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ builds:
- -X github.com/pulumiverse/pulumi-cpln/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-cpln/
changelog:
skip: true
disable: true
release:
disable: false
prerelease: auto
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
version_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit ef66d5f

Please sign in to comment.