We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d229fea commit cbde73eCopy full SHA for cbde73e
1 file changed
.github/workflows/release-beta.yaml
@@ -76,14 +76,14 @@ jobs:
76
private-key: ${{ secrets.APP_PRIVATE_KEY }}
77
owner: ${{ github.repository_owner }}
78
79
- - name: 设置 bun
80
- uses: oven-sh/setup-bun@v2
+ - name: 设置 pnpm
+ uses: pnpm/action-setup@v4
81
with:
82
- bun-version: latest
+ version: 10.25.0
83
84
- name: 发布 plugin
85
run: |
86
- bun x pkg-pr-new publish --json output.json --comment=off > plugin.txt 2>&1
+ pnpm dlx pkg-pr-new@0.0.63 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