Skip to content

Commit d266926

Browse files
committed
Adds new lines to error comment in snapit workflow
1 parent 1ec21ca commit d266926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
owner: context.repo.owner,
146146
repo: context.repo.repo,
147147
body: `💥 **Snapshot release unsuccessful!** No tags have been found.\n\n` +
148-
'Try running the command below and committing your changes.' +
148+
'Try running the command below and committing your changes.\n\n' +
149149
'```sh\n' +
150150
'yarn changeset\n' +
151151
'```',

0 commit comments

Comments
 (0)