Skip to content

Commit

Permalink
fix: propagate major version in goreleaser ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Feb 12, 2025
1 parent bd76a7d commit 080f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ builds:
- windows
- linux
ldflags:
- -X github.com/ctfer-io/pulumi-ctfd/provider/pkg/version.Version={{.Tag }}
- -X github.com/ctfer-io/pulumi-ctfd/provider/v2/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-ctfd/

changelog:
Expand Down

0 comments on commit 080f3e2

Please sign in to comment.