Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 13, 2024
1 parent 5ee7b55 commit 26fd92b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export async function expense(): Promise<void> {
*/
if (!process.env.GH_TOKEN) {
throw new Error(
'Please export a "GH_TOKEN" access token to generate the changelog.\n' +
'See also https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#release-new-version'
'Please export a "GH_TOKEN" access token into the environment.'
)
}

Expand Down

0 comments on commit 26fd92b

Please sign in to comment.