Skip to content

Commit 2296471

Browse files
committed
chore: add pnpm to experimental release comment
1 parent 8853000 commit 2296471

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/version-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ outputs:
44
version:
55
description: "npm package version"
66
runs:
7-
using: "node12"
7+
using: "node16"
88
main: "index.js"

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ jobs:
108108
- name: Comment version on PR
109109
uses: NejcZdovc/comment-pr@v1
110110
with:
111-
message: "🎉 Experimental release [published on npm](https://www.npmjs.com/package/next-auth/v/${{ env.VERSION }})!\n\n```sh\nnpm i next-auth@${{ env.VERSION }}\n```\n```sh\nyarn add next-auth@${{ env.VERSION }}\n```"
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``` \
115+
```sh\nnpm i next-auth@${{ env.VERSION }}\n```"
112116
env:
113117
VERSION: ${{ steps.determine-version.outputs.version }}
114118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)