Skip to content

Commit

Permalink
Adds new lines to error comment in snapit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Sep 27, 2023
1 parent 1ec21ca commit d266926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: `💥 **Snapshot release unsuccessful!** No tags have been found.\n\n` +
'Try running the command below and committing your changes.' +
'Try running the command below and committing your changes.\n\n' +
'```sh\n' +
'yarn changeset\n' +
'```',
Expand Down

0 comments on commit d266926

Please sign in to comment.