Skip to content

Commit 3f4a519

Browse files
authored
Merge pull request #881 from thundersdata-frontend/rn-issue
fix: 修复脚本执行失败的问题
2 parents ffef805 + 52a6e6d commit 3f4a519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changeset-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 16
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@v2.2.2
29+
uses: pnpm/action-setup@v4
3030
with:
3131
run_install: false
3232

@@ -50,7 +50,7 @@ jobs:
5050
uses: changesets/action@v1
5151
with:
5252
publish: pnpm release
53-
commit: "chore: release"
53+
commit: 'chore: release'
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)