Skip to content

Commit e2b92bf

Browse files
committed
chore: add newlines to PR comment
1 parent 8bff050 commit e2b92bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: NejcZdovc/comment-pr@v1
110110
with:
111111
message:
112-
"🎉 Experimental release [published 📦️ on npm](https://npmjs.com/package/next-auth/v/${{ env.VERSION }})! \
113-
```sh\npnpm add next-auth@${{ env.VERSION }}\n``` \
114-
```sh\nyarn add next-auth@${{ env.VERSION }}\n``` \
112+
"🎉 Experimental release [published 📦️ on npm](https://npmjs.com/package/next-auth/v/${{ env.VERSION }})!\n \
113+
```sh\npnpm add next-auth@${{ env.VERSION }}\n```\n \
114+
```sh\nyarn add next-auth@${{ env.VERSION }}\n```\n \
115115
```sh\nnpm i next-auth@${{ env.VERSION }}\n```"
116116
env:
117117
VERSION: ${{ steps.determine-version.outputs.version }}

0 commit comments

Comments
 (0)