From 922bcbcd36fa1132ab240515d94ad88148705393 Mon Sep 17 00:00:00 2001 From: KieSun Date: Tue, 18 Apr 2023 16:34:42 +0800 Subject: [PATCH] chore: release ci --- .github/workflows/relesae.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/relesae.yaml b/.github/workflows/relesae.yaml index a34ce61..80ca4a6 100644 --- a/.github/workflows/relesae.yaml +++ b/.github/workflows/relesae.yaml @@ -28,11 +28,14 @@ jobs: - name: Install Dependencies run: pnpm install --no-frozen-lockfile + - name: Build Projects + run: pnpm build + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 with: - publish: pnpm run build:lib && pnpm changeset publish + publish: pnpm release env: GITHUB_TOKEN: ${{ secrets.SOLIVE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}