We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78c475 commit c8dfc3bCopy full SHA for c8dfc3b
.github/workflows/release-snapshot.yml
@@ -85,7 +85,7 @@ jobs:
85
const snippets = descriptors
86
.map(
87
({ name, version }) =>
88
- `\`\`\`sh\n# ${name}\nnpm i ${name}@${version}\n\`\`\``
+ `\`${name}\`\n\`\`\`sh\nnpm i ${name}@${version} --save-exact\n\`\`\``
89
)
90
.join("\n");
91
core.setOutput("table", table);
@@ -109,5 +109,5 @@ jobs:
109
body: |
110
Hey @${{ github.event.comment.user.login }} - the snapshot version command generated the following package versions:
111
${{ steps.package-info.outputs.table }}
112
- Tip: use the snippet copy button below to quickly install the required packages.
+ Tip: Use the snippet copy button below to quickly install the required packages.
113
${{ steps.package-info.outputs.snippets }}
0 commit comments