From 559f73657e3294eaf0f817bdf29cead215261445 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:31:19 +0800 Subject: [PATCH] Pull Request form Actions By guotingchao (#20) * ci(CI&CD): :ferris_wheel: upgrade CI * ci(CI&CD): :ferris_wheel: cI * feat(new feature): :sparkles: cI * feat(CI&CD): :sparkles: cI --------- Co-authored-by: guozichun --- .github/workflows/Release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 869a711..8a0b327 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -30,13 +30,13 @@ jobs: - name: 🟢 Setup node id: setup-node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: 🥡 Setup pnpm id: setup-pnpm - uses: pnpm/action-setup@v2.1.0 + uses: pnpm/action-setup@v3 with: version: ${{ matrix.pnpm-version }} run_install: false @@ -68,8 +68,8 @@ jobs: uses: changesets/action@v1 with: title: "chore(release): version packages 🦋" - publish: pnpm publish:packages - version: pnpm version:packages + publish: pnpm publish + version: pnpm version commit: "chore(release): version packages 🦋 [skip ci]" env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}