Skip to content

Commit

Permalink
Merge pull request #881 from thundersdata-frontend/rn-issue
Browse files Browse the repository at this point in the history
fix: 修复脚本执行失败的问题
  • Loading branch information
chj-damon authored Jul 10, 2024
2 parents ffef805 + 52a6e6d commit 3f4a519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 16

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
run_install: false

Expand All @@ -50,7 +50,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
commit: "chore: release"
commit: 'chore: release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 3f4a519

Please sign in to comment.