diff --git a/packages/changelog-notify/src/executors/google-chat/notify-google-chat.impl.ts b/packages/changelog-notify/src/executors/google-chat/notify-google-chat.impl.ts index 5fe0baaa..9a554de2 100644 --- a/packages/changelog-notify/src/executors/google-chat/notify-google-chat.impl.ts +++ b/packages/changelog-notify/src/executors/google-chat/notify-google-chat.impl.ts @@ -34,7 +34,7 @@ export function formatSection(options: NotifyChangelogOptions, section: Section) export default async function notifyChangelog(options: NotifyChangelogOptions) { if (!GOOGLE_CHAT_CHANGELOG_WEBHOOK) { - throw new Error('No "SLACK_CHANGELOG_WEBHOOK" environment variable set!') + throw new Error('No "GOOGLE_CHAT_CHANGELOG_WEBHOOK" environment variable set!') } return {