Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

DEKA-1255: Update notification channel name #121

Merged
merged 1 commit into from
Sep 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Task PostPublish {
throw ("module name not set, cannot publish to slack.")
}
$version = "${env:GitVersion_Version}"
$slackChannel = 'batcave'
$slackChannel = 'cicd'
$slackMessage = "${module}-${version} has been released`n`n" + `
"The new version is available from https://www.powershellgallery.com/packages/${module}/${version}"
$Request = @{
Expand Down