Skip to content

Commit 6d7012b

Browse files
fix .goreleaser.yml (#666)
1 parent 6b3c05a commit 6d7012b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ release:
9393
prerelease: auto
9494
name_template: "MongoDB CLI {{.Version}}"
9595
extra_files:
96-
- glob: ./bin/mongocli_{{.Version}}_windows_x86_64.msi
96+
- glob: ./bin/*.msi

build/package/send-slack-notification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curl --header "Api-User:${evergreen_user:?}" \
2626
"msg" : ":mcli: MongoDB CLI v'"${VERSION}"' has been released! :tada:",
2727
"attachments" : [
2828
{
29-
"title": "'"${VERSION}"'",
29+
"title": "v'"${VERSION}"'",
3030
"title_link": "https://github.com/mongodb/mongocli/releases/tag/v'"${VERSION}"'",
3131
"author_name": "MongoDB CLI",
3232
"fallback": "new release",

0 commit comments

Comments
 (0)