From efff6dc8ede2d11982fcc6550b0f1b80ac8acff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EC=84=9D=EC=A7=84?= Date: Sun, 9 Jun 2024 20:44:06 +0900 Subject: [PATCH] fix: release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9561fc..cd84866 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: setup pnpm and install dependencies uses: pnpm/action-setup@v3 with: - version: 9.1.1 + version: 9.1.4 run_install: true - name: Create Release Pull Request or Publish to npm @@ -37,4 +37,4 @@ jobs: commit: '📦 bump changed packages version' publish: pnpm release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}