From de10a7a601977d2fd96d70ace97be6697a437e15 Mon Sep 17 00:00:00 2001 From: takuma-ru Date: Fri, 7 Jun 2024 15:11:03 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20pnpm=20p:release=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index f37e141..07dea1a 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -88,7 +88,7 @@ jobs: - name: Release id: release run: | - OUTPUT=$(pnpm release:package -l ${{ inputs.releaseLevel }} ${{ steps.pre.outputs.pre }}) + OUTPUT=$(pnpm p:release build && pnpm release:package -l ${{ inputs.releaseLevel }} ${{ steps.pre.outputs.pre }}) LAST_LINE=$(echo "$OUTPUT" | tail -n 1) echo "branchName=$LAST_LINE" >> $GITHUB_OUTPUT shell: bash