Skip to content

Commit

Permalink
Upgrade to GoReleaser v2 config file
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed Jun 28, 2024
1 parent ff2f911 commit fa1b5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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 @@ -20,8 +21,6 @@ builds:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/pulumiverse/pulumi-doppler/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-doppler/
changelog:
skip: true
release:
disable: false
prerelease: auto
Expand Down

0 comments on commit fa1b5f5

Please sign in to comment.