We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bff050 commit e2b92bfCopy full SHA for e2b92bf
.github/workflows/release.yml
@@ -109,9 +109,9 @@ jobs:
109
uses: NejcZdovc/comment-pr@v1
110
with:
111
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``` \
+ "🎉 Experimental release [published 📦️ on npm](https://npmjs.com/package/next-auth/v/${{ env.VERSION }})!\n \
+ ```sh\npnpm add next-auth@${{ env.VERSION }}\n```\n \
+ ```sh\nyarn add next-auth@${{ env.VERSION }}\n```\n \
115
```sh\nnpm i next-auth@${{ env.VERSION }}\n```"
116
env:
117
VERSION: ${{ steps.determine-version.outputs.version }}
0 commit comments