We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8b35a commit 3205689Copy full SHA for 3205689
1 file changed
.goreleaser.yml
@@ -10,7 +10,7 @@ builds:
10
flags:
11
- -trimpath
12
ldflags:
13
- - "-s -w -X 'github.com/render-oss/mcp-server/pkg/cfg.Version={{ .Version }}'"
+ - "-s -w -X 'github.com/render-oss/render-mcp-server/pkg/cfg.Version={{ .Version }}'"
14
goos:
15
- freebsd
16
- windows
@@ -42,4 +42,4 @@ signs:
42
- "--output"
43
- "${signature}"
44
- "--detach-sign"
45
- - "${artifact}"
+ - "${artifact}"
0 commit comments