Skip to content

Commit cbde73e

Browse files
committed
fix: ci
1 parent d229fea commit cbde73e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-beta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
private-key: ${{ secrets.APP_PRIVATE_KEY }}
7777
owner: ${{ github.repository_owner }}
7878

79-
- name: 设置 bun
80-
uses: oven-sh/setup-bun@v2
79+
- name: 设置 pnpm
80+
uses: pnpm/action-setup@v4
8181
with:
82-
bun-version: latest
82+
version: 10.25.0
8383

8484
- name: 发布 plugin
8585
run: |
86-
bun x pkg-pr-new publish --json output.json --comment=off > plugin.txt 2>&1
86+
pnpm dlx pkg-pr-new@0.0.63 publish --json output.json --comment=off > plugin.txt 2>&1
8787
8888
echo "## 成功推送的Package包 :" >> $GITHUB_STEP_SUMMARY
8989
echo "包名: \`@candriajs/karin-plugin-git\`" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)