From 3a300664e1e0d90ecf45cb5c928f42bd34a583f3 Mon Sep 17 00:00:00 2001 From: sean Date: Sun, 1 Jun 2025 15:06:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4CI=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E7=9A=84=E6=9E=84=E5=BB=BA=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=EF=BC=8C=E7=AE=80=E5=8C=96=E5=8F=91=E5=B8=83=E5=92=8C=E5=BF=AB?= =?UTF-8?q?=E7=85=A7=E7=89=88=E6=9C=AC=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 --- .github/workflows/snapshot.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2de4614..11b0e13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,6 @@ jobs: - name: Run tests run: pnpm run test:ci - - name: Build package - run: pnpm run build - - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d987457..caa2882 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -34,9 +34,6 @@ jobs: - name: Run tests run: pnpm run test:ci - - name: Build package - run: pnpm run build - - name: Release snapshot version run: | # 确保在正确的分支