From 922bcbcd36fa1132ab240515d94ad88148705393 Mon Sep 17 00:00:00 2001 From: KieSun Date: Tue, 18 Apr 2023 16:34:42 +0800 Subject: [PATCH 1/2] 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 }} From 98eec64aa54c68f9878df0ead9c866eb51b8452f Mon Sep 17 00:00:00 2001 From: KieSun Date: Tue, 18 Apr 2023 16:35:18 +0800 Subject: [PATCH 2/2] chore: release ci --- .github/workflows/relesae.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/relesae.yaml b/.github/workflows/relesae.yaml index d83dc4e..f6d38ce 100644 --- a/.github/workflows/relesae.yaml +++ b/.github/workflows/relesae.yaml @@ -31,7 +31,7 @@ jobs: run: pnpm install --no-frozen-lockfile - name: Build Projects - run: pnpm build + run: pnpm build:lib - name: Create Release Pull Request or Publish to npm id: changesets