Skip to content

Commit 030cc6b

Browse files
Release Fix: Fixed send slack notification step (#1004)
1 parent de97789 commit 030cc6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/ci/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ functions:
136136
- release_slack_channel
137137
- revision
138138
- created_at
139+
- TOOL_NAME
139140
binary: build/package/send-slack-notification.sh
140141
"generate download archive json":
141142
- command: shell.exec

build/package/send-slack-notification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl --header "Api-User:${evergreen_user:?}" \
3232
"attachments" : [
3333
{
3434
"title": "v'"${VERSION}"'",
35-
"title_link": "https://github.com/mongodb/mongocli/releases/tag/v'"${VERSION}"'",
35+
"title_link": "https://github.com/mongodb/mongocli/releases",
3636
"author_name": "Release Page",
3737
"fallback": "new release",
3838
"author_icon": "https://camo.githubusercontent.com/0e10b56a03b056a6e5fcf82a3cb3603188549a02c234b8e5426aaa11853e3069/68747470733a2f2f7261772e6769746875622e636f6d2f6d6f6e676f64622f6d6f6e676f636c692f6d61737465722f6d6f6e676f636c692e706e67"

0 commit comments

Comments
 (0)