We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d229fea commit 82b3becCopy full SHA for 82b3bec
1 file changed
.github/workflows/release-beta.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: 发布 plugin
85
run: |
86
- bun x pkg-pr-new publish --json output.json --comment=off > plugin.txt 2>&1
+ bunx pkg-pr-new publish --json output.json --comment=off > plugin.txt 2>&1
87
88
echo "## 成功推送的Package包 :" >> $GITHUB_STEP_SUMMARY
89
echo "包名: \`@candriajs/karin-plugin-git\`" >> $GITHUB_STEP_SUMMARY
0 commit comments