Skip to content

Commit

Permalink
Revert "fix: github-bot message npm version (#918)"
Browse files Browse the repository at this point in the history
This reverts commit 88e1a48.
  • Loading branch information
RSS1102 authored Sep 23, 2024
1 parent 88e1a48 commit b4e1a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-dev-npm_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
const comment = `谢谢您的大力支持,请安装和此相关的测试版进行极速体验:
\`\`\`shell
npm install ${process.env.PACKAGE_NAME}@${process.env.PACKAGE_VERSION}
npm install ${process.env.PACKAGE_NAME}@${process.env.package_version}
\`\`\`
[查看npm发布版本](https://www.npmjs.com/package/${process.env.PACKAGE_NAME}/v/${process.env.PACKAGE_VERSION}),请注意这是一个开发预览版本,请谨慎使用!`;

Expand Down

0 comments on commit b4e1a26

Please sign in to comment.